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:
parent
cea19182ab
commit
d4cd8747e6
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user