diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-07-15 11:34:38 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-07-15 11:34:38 -0400 |
commit | afc7ce41d46fa19e65c5b4cdc7603c1d9c0e49d9 (patch) | |
tree | 1f9b6df3aecd84824b48452b8968ebc9c9dd2715 /dpid | |
parent | 99506d535279fd401d3af322a7951d7e6d59682b (diff) |
Fixed detection of socklen_t for dpid
Diffstat (limited to 'dpid')
-rw-r--r-- | dpid/dpi.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |