diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-18 19:59:11 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:27 +0200 |
commit | dddf830fe184debfa99b9f0e53b4e68ad90c9d91 (patch) | |
tree | 7af63003698e50a7652d37ba925707904eb73c11 /libc/inet/rpc/pmap_rmt.c | |
parent | 09450e82e292bf3a30c8d1628e85c62001704b0a (diff) |
pmap_rmt.c: do not undefine _POSIX_SOURCE, it is anyway too late
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/inet/rpc/pmap_rmt.c')
-rw-r--r-- | libc/inet/rpc/pmap_rmt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/inet/rpc/pmap_rmt.c b/libc/inet/rpc/pmap_rmt.c index d1000ad53..2576e396b 100644 --- a/libc/inet/rpc/pmap_rmt.c +++ b/libc/inet/rpc/pmap_rmt.c @@ -49,7 +49,6 @@ static char sccsid[] = "@(#)pmap_rmt.c 1.21 87/08/27 Copyr 1984 Sun Micro"; #include <sys/socket.h> #include <stdio.h> #include <errno.h> -#undef _POSIX_SOURCE /* Ultrix <sys/param.h> needs --roland@gnu */ #include <sys/param.h> /* Ultrix needs before net/if --roland@gnu */ #include <net/if.h> #include <sys/ioctl.h> |