Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/dhcpcd/sbin/dhcpcd dhcpcd: _OPENBSD_SOURCE does...



details:   https://anonhg.NetBSD.org/src/rev/d14ae7ccacd1
branches:  trunk
changeset: 372209:d14ae7ccacd1
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Oct 31 09:27:23 2022 +0000

description:
dhcpcd: _OPENBSD_SOURCE does not need to be defined any longer

reallocarray() is in the public namespace now

diffstat:

 external/bsd/dhcpcd/sbin/dhcpcd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 236504b92a31 -r d14ae7ccacd1 external/bsd/dhcpcd/sbin/dhcpcd/Makefile
--- a/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Mon Oct 31 09:14:18 2022 +0000
+++ b/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Mon Oct 31 09:27:23 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2021/10/22 13:25:58 roy Exp $
+# $NetBSD: Makefile,v 1.57 2022/10/31 09:27:23 wiz Exp $
 #
 
 WARNS?=                6
@@ -21,7 +21,7 @@
 SRCS+=         privsep-bsd.c
 .endif
 
-CPPFLAGS+=     -DHAVE_CONFIG_H -D_OPENBSD_SOURCE
+CPPFLAGS+=     -DHAVE_CONFIG_H
 
 USE_INET?=     yes
 



Home | Main Index | Thread Index | Old Index