Module Name: src Committed By: wiz Date: Mon Oct 31 09:27:24 UTC 2022
Modified Files: src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile Log Message: dhcpcd: _OPENBSD_SOURCE does not need to be defined any longer reallocarray() is in the public namespace now To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile diff -u src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.56 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.57 --- src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.56 Fri Oct 22 13:25:58 2021 +++ src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Mon Oct 31 09:27:23 2022 @@ -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.c privsep-root.c privsep SRCS+= privsep-bsd.c .endif -CPPFLAGS+= -DHAVE_CONFIG_H -D_OPENBSD_SOURCE +CPPFLAGS+= -DHAVE_CONFIG_H USE_INET?= yes