]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Bootstrap aid from older releases.. 'make world' can't build xinstall
authorPeter Wemm <peter@FreeBSD.org>
Sat, 24 May 1997 05:39:19 +0000 (05:39 +0000)
committerPeter Wemm <peter@FreeBSD.org>
Sat, 24 May 1997 05:39:19 +0000 (05:39 +0000)
commit503397df4fa500aa64196421343606feabc4c8dc
treec5bc97fe8e8e2af356569652ec87953765f72d28
parent068eabc6c4159ef696f7bd662ed06351c7a4391c
Bootstrap aid from older releases..  'make world' can't build xinstall
until the includes are installed, and it doesn't install the includes until
xinstall is built (the previous xinstall binary may not have -C).  As a
bandaid, define MAP_FAILED ourselves if <sys/mman.h> didn't.  Perhaps it
would be safer to simply disable mmap if all the prerequisites are not
there.
usr.bin/xinstall/xinstall.c