ports/net-mgmt/sdig/files/patch-src-output.c
Wesley Shields 21344878d4 - Update to 0.45.
PR:		ports/157440
Submitted by:	Ryan Steinmetz <rpsfa@rit.edu>
Approved by:	maintainer timeout
2011-06-13 22:41:54 +00:00

14 lines
317 B
C

--- src/output.c.orig 2011-05-30 16:52:55.000000000 -0400
+++ src/output.c 2011-05-30 16:53:21.000000000 -0400
@@ -22,11 +22,6 @@
#ifdef SDIG_USE_SEMS
enum ops { UNLOCK = (int)1, LOCK = (int)(-1) };
-union semun {
- int val;
- struct semid_ds *buf;
- ushort *array;
-};
int lock = 0;
// int pad = 0;