summaryrefslogtreecommitdiff
path: root/datatypes.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-06-21 17:52:06 +0000
committerOthmar Gsenger <otti@anytun.org>2007-06-21 17:52:06 +0000
commit2d4feeaca714c14673a13453367277d306869f05 (patch)
tree9c814074f50d7e0269716a569c98abedc8d980c2 /datatypes.h
parentadded remote host auto detection (diff)
64bit sauber gemacht
rfc intro
Diffstat (limited to 'datatypes.h')
-rw-r--r--datatypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/datatypes.h b/datatypes.h
index 4083e7a..654fddb 100644
--- a/datatypes.h
+++ b/datatypes.h
@@ -40,8 +40,8 @@ typedef unsigned short u_int16_t;
typedef signed int int32;
typedef unsigned int u_int32_t;
-typedef signed long long int64_t;
-typedef unsigned long long u_int64_t;
+//typedef signed long long int64_t;
+//typedef unsigned long long u_int64_t;
typedef u_int32_t seq_nr_t;
#define SEQ_NR_T_NTOH(a) ntohl(a)