diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-23 20:15:10 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-23 20:15:10 +0100 |
commit | 0221cc4264b0516f055efcdd2455ba880b53aa8c (patch) | |
tree | c3cfc3286d6cc34d4ed2fb00abbc0ca2f9383022 /package/open-iscsi/patches/patch-usr_iscsi_sysfs_c | |
parent | 9c9d5cb90a86edf1e9dc240bf0f38572f2ab26d6 (diff) | |
parent | 937473821b259ed94969e62daa2ec60f5f2a9ffc (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/open-iscsi/patches/patch-usr_iscsi_sysfs_c')
-rw-r--r-- | package/open-iscsi/patches/patch-usr_iscsi_sysfs_c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/open-iscsi/patches/patch-usr_iscsi_sysfs_c b/package/open-iscsi/patches/patch-usr_iscsi_sysfs_c new file mode 100644 index 000000000..42f5d0330 --- /dev/null +++ b/package/open-iscsi/patches/patch-usr_iscsi_sysfs_c @@ -0,0 +1,10 @@ +--- open-iscsi-2.0-871.orig/usr/iscsi_sysfs.c 2009-07-11 05:55:58.000000000 +0200 ++++ open-iscsi-2.0-871/usr/iscsi_sysfs.c 2010-11-22 23:16:35.000000000 +0100 +@@ -22,6 +22,7 @@ + #include <string.h> + #include <errno.h> + #include <dirent.h> ++#include <sys/stat.h> + + #include "log.h" + #include "initiator.h" |