summaryrefslogtreecommitdiff
path: root/libnet/include
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2009-09-28 17:01:41 -0700
committerSam Roberts <vieuxtech@gmail.com>2009-09-28 17:01:41 -0700
commitecc62e9868225bd74f99a10a2fc9c8f5391ea4ac (patch)
tree8c044b1ab993eba91fcadb3ffda36d2502634fe0 /libnet/include
parentecbf4e4fd287f46eaacc2c52cc1f060ad2948818 (diff)
downloadlibnet-ecc62e9868225bd74f99a10a2fc9c8f5391ea4ac.tar.gz
The non-standard types are no longer used.
Diffstat (limited to 'libnet/include')
-rw-r--r--libnet/include/libnet/libnet-types.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/libnet/include/libnet/libnet-types.h b/libnet/include/libnet/libnet-types.h
index cc5897e..846772e 100644
--- a/libnet/include/libnet/libnet-types.h
+++ b/libnet/include/libnet/libnet-types.h
@@ -32,16 +32,8 @@
#ifndef __LIBNET_TYPES_H
#define __LIBNET_TYPES_H
-#if (__sun__ && __svr4__)
-/* libnet should be using the standard type names, but in the short term
- * define our non-standard type names in terms of the standard names.
- */
-#include <inttypes.h>
-typedef uint8_t u_int8_t;
-typedef uint16_t u_int16_t;
-typedef uint32_t u_int32_t;
-typedef uint64_t u_int64_t;
-#endif
+/* libnet should be using the standard type names, so mapping standard
+ * to non-standard should not be necessary. */
#endif /* __LIBNET_TYPES_H */