Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl2/libmalloc/lib we have unistd.h
details: https://anonhg.NetBSD.org/src/rev/0ecd795f5bde
branches: trunk
changeset: 342952:0ecd795f5bde
user: christos <christos%NetBSD.org@localhost>
date: Fri Jan 15 15:14:02 2016 +0000
description:
we have unistd.h
diffstat:
external/gpl2/libmalloc/lib/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8b4fd78a2175 -r 0ecd795f5bde external/gpl2/libmalloc/lib/Makefile
--- a/external/gpl2/libmalloc/lib/Makefile Fri Jan 15 15:13:28 2016 +0000
+++ b/external/gpl2/libmalloc/lib/Makefile Fri Jan 15 15:14:02 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/01/14 02:43:50 christos Exp $
+# $NetBSD: Makefile,v 1.3 2016/01/15 15:14:02 christos Exp $
NOMAN= # defined
.include <bsd.init.mk>
@@ -11,7 +11,7 @@
SRCS+= ralloc.c
-CPPFLAGS+= -I${DIST} -I${.CURDIR} -DSTDC_HEADERS -DHAVE_STDLIB_H
+CPPFLAGS+= -I${DIST} -I${.CURDIR} -DSTDC_HEADERS -DHAVE_STDLIB_H -DHAVE_UNISTD_H
.PATH: ${DIST}
Home |
Main Index |
Thread Index |
Old Index