From owner-freebsd-hackers Thu Aug 7 01:11:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA26612 for hackers-outgoing; Thu, 7 Aug 1997 01:11:36 -0700 (PDT) Received: from nico.telstra.net (nico.telstra.net [139.130.204.16]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id BAA26607 for ; Thu, 7 Aug 1997 01:11:34 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by nico.telstra.net (8.6.10/8.6.10) with ESMTP id SAA25935; Thu, 7 Aug 1997 18:10:54 +1000 From: Greg Lehey Received: (grog@localhost) by freebie.lemis.com (8.8.7/8.6.12) id RAA24707; Thu, 7 Aug 1997 17:40:52 +0930 (CST) Message-Id: <199708070810.RAA24707@freebie.lemis.com> Subject: Re: kernel don't compile In-Reply-To: <199708070405.NAA12934@genesis.atrad.adelaide.edu.au> from Michael Smith at "Aug 7, 97 01:35:01 pm" To: msmith@atrad.adelaide.edu.au (Michael Smith) Date: Thu, 7 Aug 1997 17:40:52 +0930 (CST) Cc: grog@lemis.com, pallenby@zibbi.mikom.csir.co.za, hackers@FreeBSD.ORG Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Michael Smith writes: > Greg Lehey stands accused of saying: >> >> This looks suspciously like a cvs error. You'll probably find a diff >> line at 935. Try this: >> >> cd /usr/src/sys/i386/isa >> ln -s `cat CVS/Repository` RCS >> rcsdiff -wu isa.c > > It is much easier to say : > > % cd /sys/i386/isa > % cvs diff -wu isa.c > >> You should find significant differences. To fix things, do >> >> co isa.c > > And likewise > > % rm isa.c > % cvs update isa.c > >> This assumes you're tracking -current. Otherwise you need to find out >> the RCS version number or tag and check that out (and use this for the >> rcsdiff, as well). > > If you are using CVS, you don't need to do any of this. I strongly > advise against using RCS commands for anything involving the CVS > repo. Mea culpa. Guess who hates cvs? Greg