X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=net.c;h=1b142a3cd4a25b87fe2e31c86caaf32e4be5f51e;hp=42418e5f20d9e168eb0af5c7da9c2d1ffa1c2127;hb=a13a1e0d202a8969374b9a70562556e689597f2d;hpb=ef9c3e5f615987120b8c6d51f64e49176ddb176f 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"