summaryrefslogtreecommitdiff
path: root/dpid/dpi.h
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-07-15 11:34:38 -0400
committerJorge Arellano Cid <jcid@dillo.org>2009-07-15 11:34:38 -0400
commitafc7ce41d46fa19e65c5b4cdc7603c1d9c0e49d9 (patch)
tree1f9b6df3aecd84824b48452b8968ebc9c9dd2715 /dpid/dpi.h
parent99506d535279fd401d3af322a7951d7e6d59682b (diff)
Fixed detection of socklen_t for dpid
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