From owner-freebsd-current Tue Feb 18 15:46:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA10499 for current-outgoing; Tue, 18 Feb 1997 15:46:36 -0800 (PST) Received: from wgrobez1.remote.louisville.edu (wgrobez1.remote.louisville.edu [136.165.243.183]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA10494 for ; Tue, 18 Feb 1997 15:46:31 -0800 (PST) Received: from localhost (wangel@localhost) by wgrobez1.remote.louisville.edu (8.8.4/8.6.12) with SMTP id SAA12336; Tue, 18 Feb 1997 18:46:43 -0500 (EST) Date: Tue, 18 Feb 1997 18:46:42 -0500 (EST) From: Gary Roberts To: Dan Cross cc: freebsd-current@freebsd.org Subject: Re: -current make world still dying In-Reply-To: <19970218220258.12075.qmail@spitfire.ecsel.psu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > ****CAVEAT**** > I'm really not sure if these patches ``do the right thing''. > They only make fsck compile, they may or may not make fsck > work right, and, in fact, they may make fsck work WRONG, so > use at your own risk. :-) The best solution will be to > integrate in the fsck(8) from 4.4BSD-Lite2. > > The stuff with getvfsbyname() was partly adapted from mount(8). > > - Dan C. Thanks. The patches work, however it seems as tho anything that has to do with 'fs*' does not compile. They keep making requests for the `tv_sec'. Although the patch for fsck does work, fsdb won't compile. I didn't go anything further, but I *think* the fs* bins, as well as the mount* bins won't compile. Just so you know :D Thanks Gary Roberts