[Pkg-iscsi-maintainers] [SCM] Debian Open-iSCSI Packaging branch, master, updated. debian/2.0.871.3-5-2-gb0dce25
Ritesh Raj Sarraf
rrs at researchut.com
Mon May 2 18:56:19 UTC 2011
The following commit has been merged in the master branch:
commit 87c440c4ba96f2a85e13639ade81ae2a32f168b9
Author: Ritesh Raj Sarraf <rrs at researchut.com>
Date: Mon May 2 23:25:49 2011 +0530
fix gcc 4.6 build failure
diff --git a/usr/iscsi_sysfs.c b/usr/iscsi_sysfs.c
index cb9a5a1..77069cd 100644
--- a/usr/iscsi_sysfs.c
+++ b/usr/iscsi_sysfs.c
@@ -22,6 +22,8 @@
#include <string.h>
#include <errno.h>
#include <dirent.h>
+#include <sys/types.h>
+#include <sys/stat.h>
#include "log.h"
#include "initiator.h"
--
Debian Open-iSCSI Packaging
More information about the Pkg-iscsi-maintainers
mailing list