From afc7ce41d46fa19e65c5b4cdc7603c1d9c0e49d9 Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Wed, 15 Jul 2009 11:34:38 -0400 Subject: Fixed detection of socklen_t for dpid --- dpid/dpi.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'dpid') 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 /* for socklen_t */ #include /* 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 -- cgit v1.2.3