summaryrefslogtreecommitdiff
path: root/package/open-iscsi/patches/patch-usr_log_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-12 06:11:29 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-12 06:28:36 +0100
commit875d6b82995f16eb5de38a25432321a0f400f7d0 (patch)
tree4b1d62823b432e89c3a5814f1549271ff21c45d9 /package/open-iscsi/patches/patch-usr_log_h
parent80906288736d6f8cba3d06a8c5914c848744dcdf (diff)
open-iscsi: update to 2.1.9
Diffstat (limited to 'package/open-iscsi/patches/patch-usr_log_h')
-rw-r--r--package/open-iscsi/patches/patch-usr_log_h17
1 files changed, 0 insertions, 17 deletions
diff --git a/package/open-iscsi/patches/patch-usr_log_h b/package/open-iscsi/patches/patch-usr_log_h
deleted file mode 100644
index f4a5f9431..000000000
--- a/package/open-iscsi/patches/patch-usr_log_h
+++ /dev/null
@@ -1,17 +0,0 @@
---- 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