Source-Changes-HG archive

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

[src/trunk]: src/bin/dd Drop -D_INCOMPLETE_XOPEN_C063 from dd(1)



details:   https://anonhg.NetBSD.org/src/rev/d4f84b2e0cfe
branches:  trunk
changeset: 459576:d4f84b2e0cfe
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sun Sep 15 23:58:31 2019 +0000

description:
Drop -D_INCOMPLETE_XOPEN_C063 from dd(1)

diffstat:

 bin/dd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 303ce8fbb4cf -r d4f84b2e0cfe bin/dd/Makefile
--- a/bin/dd/Makefile   Sun Sep 15 23:55:26 2019 +0000
+++ b/bin/dd/Makefile   Sun Sep 15 23:58:31 2019 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index