From: hades Date: Wed, 17 May 2000 08:23:07 +0000 (+0000) Subject: POSIX and sockets together is a bad idea, made _GNU_SOURCE in the first place X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=fa5913bb4aff98d125dfead03aade7a216e0e93a;p=daqdata.git POSIX and sockets together is a bad idea, made _GNU_SOURCE in the first place --- diff --git a/hadaq/nettrans.c b/hadaq/nettrans.c index 338d631..6bcc2eb 100644 --- a/hadaq/nettrans.c +++ b/hadaq/nettrans.c @@ -1,6 +1,6 @@ -static char rcsId[] = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/nettrans.c,v 6.12 2000-05-17 05:55:58 hades Exp $"; +static char rcsId[] = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/nettrans.c,v 6.13 2000-05-17 08:23:07 hades Exp $"; -#define _XOPEN_SOURCE_EXTENDED +#define _GNU_SOURCE #include #include "grmblfx.h" @@ -13,7 +13,7 @@ static char rcsId[] = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/had #include #include #include -#include +#include #include #include