From owner-cvs-sys Thu Dec 7 12:31:14 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA15235 for cvs-sys-outgoing; Thu, 7 Dec 1995 12:31:14 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA15200 Thu, 7 Dec 1995 12:31:05 -0800 (PST) Date: Thu, 7 Dec 1995 12:31:05 -0800 (PST) From: Peter Wemm Message-Id: <199512072031.MAA15200@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/i386 autoconf.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 95/12/07 12:31:04 Modified: sys/i386/i386 autoconf.c Log: The static prototype for setroot() was apparently accidently moved into a block of code that was #ifdef CD9660, meaning you got a compile failure if you didn't have the CD9660 filesystem configured. Revision Changes Path 1.46 +3 -2 src/sys/i386/i386/autoconf.c