Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/iscsi/dist/include include inttypes.h to get th...
details: https://anonhg.NetBSD.org/src/rev/b3d68746d3a2
branches: trunk
changeset: 772023:b3d68746d3a2
user: agc <agc%NetBSD.org@localhost>
date: Wed Dec 14 07:20:31 2011 +0000
description:
include inttypes.h to get the fixed size integer types - from Gregor Riepl
diffstat:
external/bsd/iscsi/dist/include/iscsi.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 9190f9b43d8f -r b3d68746d3a2 external/bsd/iscsi/dist/include/iscsi.h
--- a/external/bsd/iscsi/dist/include/iscsi.h Wed Dec 14 04:12:22 2011 +0000
+++ b/external/bsd/iscsi/dist/include/iscsi.h Wed Dec 14 07:20:31 2011 +0000
@@ -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
};
Home |
Main Index |
Thread Index |
Old Index