Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/lib/libc Apply patch (requested by mrg in ticket #204):
details: https://anonhg.NetBSD.org/src/rev/685a3a1cf1c8
branches: netbsd-8
changeset: 434206:685a3a1cf1c8
user: snj <snj%NetBSD.org@localhost>
date: Wed Aug 09 06:03:47 2017 +0000
description:
Apply patch (requested by mrg in ticket #204):
Don't define _DIAGNOSTIC in libc. When this was introduced in revision
1.9, it was intended to be turned off for release branches.
diffstat:
lib/libc/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 733fb77e0c5d -r 685a3a1cf1c8 lib/libc/Makefile.inc
--- a/lib/libc/Makefile.inc Wed Aug 09 06:00:11 2017 +0000
+++ b/lib/libc/Makefile.inc Wed Aug 09 06:03:47 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.18 2015/08/28 11:45:02 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.18.8.1 2017/08/09 06:03:47 snj Exp $
# @(#)Makefile 8.2 (Berkeley) 2/3/94
#
# All library objects contain sccsid strings by default; they may be
@@ -29,7 +29,7 @@
WARNS=5
CPPFLAGS+= -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT
-CPPFLAGS+= -D_DIAGNOSTIC
+#CPPFLAGS+= -D_DIAGNOSTIC
.if defined(MLIBDIR)
CPPFLAGS+= -DMLIBDIR=\"${MLIBDIR}\"
.endif
Home |
Main Index |
Thread Index |
Old Index