summaryrefslogtreecommitdiff
path: root/usr/types.h
diff options
context:
space:
mode:
authoropen-iscsi <open-iscsi@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2005-01-28 07:43:57 +0000
committeropen-iscsi <open-iscsi@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2005-01-28 07:43:57 +0000
commitc4f5fcdb541db3de0bc403e1249a17ede8f82ea6 (patch)
tree0a957db6447afc6a020959f78c6f913bc87fee44 /usr/types.h
parent6075cc166aeb6749fcb5da468f0487a1ef355169 (diff)
downloadopen-iscsi-c4f5fcdb541db3de0bc403e1249a17ede8f82ea6.tar.gz
continue work on pdu send and kernel/user communitation module
git-svn-id: svn://svn.berlios.de/open-iscsi@46 d7303112-9cec-0310-bdd2-e83a94d6c2b6
Diffstat (limited to 'usr/types.h')
-rw-r--r--usr/types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/types.h b/usr/types.h
index 02820c5..b1665b6 100644
--- a/usr/types.h
+++ b/usr/types.h
@@ -14,7 +14,9 @@
#include <endian.h>
/* this type should represent platform's pointer size */
-#define ulong_t long
+#ifndef ulong_t
+#define ulong_t unsigned long
+#endif
struct qelem {
struct qelem *q_forw;