Module Name: src
Committed By: agc
Date: Wed Dec 14 07:20:31 UTC 2011
Modified Files:
src/external/bsd/iscsi/dist/include: iscsi.h
Log Message:
include inttypes.h to get the fixed size integer types - from Gregor Riepl
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/iscsi/dist/include/iscsi.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/iscsi/dist/include/iscsi.h
diff -u src/external/bsd/iscsi/dist/include/iscsi.h:1.3 src/external/bsd/iscsi/dist/include/iscsi.h:1.4
--- src/external/bsd/iscsi/dist/include/iscsi.h:1.3 Tue Jun 30 02:44:52 2009
+++ src/external/bsd/iscsi/dist/include/iscsi.h Wed Dec 14 07:20:31 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: iscsi.h,v 1.3 2009/06/30 02:44:52 agc Exp $ */
+/* $NetBSD: iscsi.h,v 1.4 2011/12/14 07:20:31 agc Exp $ */
/*-
* Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -31,6 +31,8 @@
#ifndef ISCSI_H_
#define ISCSI_H_ 1
+#include <inttypes.h>
+
enum {
ISCSI_MAXSOCK = 8
};