A version of <sys/endian.h> in RELENG_4 doesn't have 64-bit functions.

Spotted by:	simokawa
This commit is contained in:
ru 2003-04-15 06:51:04 +00:00
parent 261178d14f
commit afb5bd3a4b

View File

@ -10,7 +10,7 @@ INCS=
BOOTSTRAPPING?= 0
# Some tools need <sys/endian.h>.
.if !exists(/usr/include/sys/endian.h)
.if !exists(/usr/include/sys/endian.h) || ${BOOTSTRAPPING} < 500000
INCSGROUPS+= SYSHDRS
SYSHDRS= endian.h
SYSHDRSDIR= ${INCLUDEDIR}/sys