Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/regress/lib/libc/protoent -D_REENTRANT not needed anymore.



details:   https://anonhg.NetBSD.org/src/rev/ed0078bc02f1
branches:  trunk
changeset: 558640:ed0078bc02f1
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Feb 19 19:51:05 2004 +0000

description:
-D_REENTRANT not needed anymore.

diffstat:

 regress/lib/libc/protoent/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r cb4e9fe711ac -r ed0078bc02f1 regress/lib/libc/protoent/Makefile
--- a/regress/lib/libc/protoent/Makefile        Thu Feb 19 19:39:13 2004 +0000
+++ b/regress/lib/libc/protoent/Makefile        Thu Feb 19 19:51:05 2004 +0000
@@ -1,9 +1,8 @@
-#      $NetBSD: Makefile,v 1.1 2004/02/19 19:18:48 christos Exp $
+#      $NetBSD: Makefile,v 1.2 2004/02/19 19:51:05 christos Exp $
 
 NOMAN= # defined
 
 PROG=  protoent
-CPPFLAGS=-D_REENTRANT
 
 regress: ${PROG}
        ${.CURDIR}/../servent/compare /etc/protocols $>



Home | Main Index | Thread Index | Old Index