[git commit] pmap_rmt.c: do not undefine _POSIX_SOURCE, it is anyway too late

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Jun 15 12:00:27 UTC 2012


commit: http://git.uclibc.org/uClibc/commit/?id=dddf830fe184debfa99b9f0e53b4e68ad90c9d91
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 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 d1000ad..2576e39 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 at gnu */
 #include <sys/param.h>		/* Ultrix needs before net/if --roland at gnu */
 #include <net/if.h>
 #include <sys/ioctl.h>


More information about the uClibc-cvs mailing list