dhcpcd: _OPENBSD_SOURCE does not need to be defined any longer

reallocarray() is in the public namespace now
This commit is contained in:
wiz 2022-10-31 09:27:23 +00:00
parent ee1cd1a7f3
commit b4f71e776b
1 changed files with 2 additions and 2 deletions

View File

@ -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-inet.c privsep-control.c
SRCS+= privsep-bsd.c
.endif
CPPFLAGS+= -DHAVE_CONFIG_H -D_OPENBSD_SOURCE
CPPFLAGS+= -DHAVE_CONFIG_H
USE_INET?= yes