Source-Changes-HG archive

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

[src/trunk]: src/lib/librumphijack use -D_REENTRANT (should currently have no...



details:   https://anonhg.NetBSD.org/src/rev/88acd0846f6e
branches:  trunk
changeset: 760999:88acd0846f6e
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Jan 18 15:00:22 2011 +0000

description:
use -D_REENTRANT (should currently have no effect, but better safe
than sorry if someone adds uses of stdio macros)

diffstat:

 lib/librumphijack/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9829ce5af2e7 -r 88acd0846f6e lib/librumphijack/Makefile
--- a/lib/librumphijack/Makefile        Tue Jan 18 14:51:14 2011 +0000
+++ b/lib/librumphijack/Makefile        Tue Jan 18 15:00:22 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2011/01/07 19:52:43 pooka Exp $
+#      $NetBSD: Makefile,v 1.2 2011/01/18 15:00:22 pooka Exp $
 #
 
 LIB=           rumphijack
@@ -8,7 +8,7 @@
 
 SRCS=          hijack.c
 
-CPPFLAGS+=     -D_DIAGNOSTIC
+CPPFLAGS+=     -D_DIAGNOSTIC -D_REENTRANT
 
 DBG=-g
 NOGCCERROR=1



Home | Main Index | Thread Index | Old Index