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/4c90afeb0fa4
branches: trunk
changeset: 454411:4c90afeb0fa4
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 f6f9511ca20e -r 4c90afeb0fa4 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