Reduce calls to close(2) at startup through the use of closefrom(2).

Submitted by:	pawel.biernacki@gmail.com
Reviewed by:	mjg, cy
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D21715
This commit is contained in:
cy 2019-09-19 14:45:04 +00:00
parent cea19182ab
commit d4cd8747e6

View File

@ -83,7 +83,7 @@ CFLAGS+= -I${SRCTOP}/contrib/ntp/include \
-I${.CURDIR:H} \ -I${.CURDIR:H} \
-I${.CURDIR}/ -I${.CURDIR}/
CFLAGS+= -DHAVE_BSD_NICE -DHAVE_STDINT_H CFLAGS+= -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM
CLEANFILES+= .version version.c CLEANFILES+= .version version.c