summaryrefslogtreecommitdiff
path: root/package/open-iscsi/patches/patch-usr_log_h
blob: f4a5f9431bcd5d39a3b11776dd4afffe22f3f874 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- open-iscsi-2.0-871.orig/usr/log.h	2009-07-11 05:55:58.000000000 +0200
+++ open-iscsi-2.0-871/usr/log.h	2010-11-22 22:45:22.000000000 +0100
@@ -28,14 +28,12 @@
 
 #include "iscsid.h"
 
-#if defined(Linux)
 union semun {
 	int val;
 	struct semid_ds *buf;
 	unsigned short int *array;
 	struct seminfo *__buf;
 };
-#endif
 #include <sys/sem.h>
 
 #define DEFAULT_AREA_SIZE 16384