Module Name: src
Committed By: kamil
Date: Sun Sep 15 23:58:31 UTC 2019
Modified Files:
src/bin/dd: Makefile
Log Message:
Drop -D_INCOMPLETE_XOPEN_C063 from dd(1)
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/bin/dd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/dd/Makefile
diff -u src/bin/dd/Makefile:1.18 src/bin/dd/Makefile:1.19
--- src/bin/dd/Makefile:1.18 Wed Mar 18 13:23:49 2015
+++ src/bin/dd/Makefile Sun Sep 15 23:58:31 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2015/03/18 13:23:49 manu Exp $
+# $NetBSD: Makefile,v 1.19 2019/09/15 23:58:31 kamil Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
.include <bsd.own.mk>
@@ -12,7 +12,7 @@ LDADD+= -lutil
.ifdef SMALLPROG
CPPFLAGS+= -DNO_CONV -DNO_MSGFMT -DNO_IOFLAG -DSMALL
.else
-CPPFLAGS+= -D_NETBSD_SOURCE -D_INCOMPLETE_XOPEN_C063
+CPPFLAGS+= -D_NETBSD_SOURCE
SRCS+= conv_tab.c
.ifdef CRUNCHEDPROG
CPPFLAGS+= -DSMALL