Module Name: src
Committed By: wiz
Date: Wed Dec 21 17:20:07 UTC 2022
Modified Files:
src/external/bsd/nsd: Makefile.inc
Log Message:
Remove unneeded -D_OPENBSD_SOURCE
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/nsd/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/nsd/Makefile.inc
diff -u src/external/bsd/nsd/Makefile.inc:1.7 src/external/bsd/nsd/Makefile.inc:1.8
--- src/external/bsd/nsd/Makefile.inc:1.7 Mon Mar 15 19:48:51 2021
+++ src/external/bsd/nsd/Makefile.inc Wed Dec 21 17:20:07 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.7 2021/03/15 19:48:51 christos Exp $
+# $NetBSD: Makefile.inc,v 1.8 2022/12/21 17:20:07 wiz Exp $
.include <bsd.own.mk>
@@ -6,7 +6,7 @@ USE_FORT?= yes # network client/server
NSD:=${.PARSEDIR}/dist
-CPPFLAGS+=-D_OPENBSD_SOURCE -D_NETBSD_SOURCE
+CPPFLAGS+=-D_NETBSD_SOURCE
CPPFLAGS+=-I${NSD} -I${NSD}/../include
.PATH: ${NSD}