pkgsrc/devel/netbsd-iscsi-lib/patches/patch-ae
agc fac190b389 bring over patch from -current sources from Gregor Riepl
patch to define fixed width integer types before they're used in iscsi.h

makes this build on Darwin
2011-12-14 07:30:42 +00:00

16 lines
344 B
Text

$NetBSD: patch-ae,v 1.1 2011/12/14 07:30:42 agc Exp $
Patch from Gregor Riepl, brought over from NetBSD sources - patch
for building on Darwin
--- include/iscsi.h 2011/12/14 03:16:24 1.1
+++ include/iscsi.h 2011/12/14 03:16:40
@@ -31,6 +31,8 @@
#ifndef ISCSI_H_
#define ISCSI_H_ 1
+#include <inttypes.h>
+
enum {
ISCSI_MAXSOCK = 8
};