X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=net.c;h=1b142a3cd4a25b87fe2e31c86caaf32e4be5f51e;hp=42418e5f20d9e168eb0af5c7da9c2d1ffa1c2127;hb=c998e827328c7989986e4fb91048e7f427f722a8;hpb=9d8fdf8898418711558f70a9630b2444036d8285 diff --git a/net.c b/net.c index 42418e5f..1b142a3c 100644 --- a/net.c +++ b/net.c @@ -6,11 +6,7 @@ /** \file net.c Networking-related helper functions. */ -/* - * Since glibc 2.8, the _GNU_SOURCE feature test macro must be defined in order - * to obtain the definition of the ucred structure. - */ -#define _GNU_SOURCE +#include "para.h" #include #include @@ -32,7 +28,6 @@ #include -#include "para.h" #include "error.h" #include "net.h" #include "string.h"