Module Name: src
Committed By: pooka
Date: Tue Jan 18 15:00:22 UTC 2011
Modified Files:
src/lib/librumphijack: Makefile
Log Message:
use -D_REENTRANT (should currently have no effect, but better safe
than sorry if someone adds uses of stdio macros)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/librumphijack/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/librumphijack/Makefile
diff -u src/lib/librumphijack/Makefile:1.1 src/lib/librumphijack/Makefile:1.2
--- src/lib/librumphijack/Makefile:1.1 Fri Jan 7 19:52:43 2011
+++ src/lib/librumphijack/Makefile Tue Jan 18 15:00:22 2011
@@ -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