From owner-cvs-usrbin Fri May 23 22:40:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA08593 for cvs-usrbin-outgoing; Fri, 23 May 1997 22:40:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA08515; Fri, 23 May 1997 22:39:31 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA00574; Fri, 23 May 1997 22:39:20 -0700 (PDT) Date: Fri, 23 May 1997 22:39:20 -0700 (PDT) Message-Id: <199705240539.WAA00574@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/xinstall xinstall.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/05/23 22:39:19 PDT Modified files: usr.bin/xinstall xinstall.c Log: 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 didn't. Perhaps it would be safer to simply disable mmap if all the prerequisites are not there. Revision Changes Path 1.23 +6 -1 src/usr.bin/xinstall/xinstall.c