summaryrefslogtreecommitdiff
path: root/dpid/dpi.h
diff options
context:
space:
mode:
Diffstat (limited to 'dpid/dpi.h')
-rw-r--r--dpid/dpi.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/dpid/dpi.h b/dpid/dpi.h
index 0605e5d3..9c5ea4a5 100644
--- a/dpid/dpi.h
+++ b/dpid/dpi.h
@@ -10,11 +10,6 @@
#include <unistd.h> /* for socklen_t */
#include <sys/socket.h> /* for socklen_t and AF_LOCAL */
-/* Check the Unix98 goodie */
-#ifndef socklen_t
- #define socklen_t uint32_t
-#endif
-
/* Some systems may not have this one... */
#ifndef AF_LOCAL
#define AF_LOCAL AF_UNIX