From owner-freebsd-current Sat Jul 29 7:19: 3 2000 Delivered-To: freebsd-current@freebsd.org Received: from netplex.com.au (adsl-63-207-30-186.dsl.snfc21.pacbell.net [63.207.30.186]) by hub.freebsd.org (Postfix) with ESMTP id CD7EF37B53D for ; Sat, 29 Jul 2000 07:19:00 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (peter@localhost [127.0.0.1]) by netplex.com.au (8.9.3/8.9.3) with ESMTP id HAA56376; Sat, 29 Jul 2000 07:18:59 -0700 (PDT) (envelope-from peter@netplex.com.au) Message-Id: <200007291418.HAA56376@netplex.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: Mike Meyer Cc: current@FreeBSD.ORG Subject: Re: World breakage from exit->sys_exit change? In-Reply-To: <14722.44255.914811.175753@guru.mired.org> Date: Sat, 29 Jul 2000 07:18:59 -0700 From: Peter Wemm Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike Meyer wrote: > Peter Wemm writes: > > Argh! I knew today was going to stay a bad day. > > I had similar thoughts about mine, both before I started the build, > and afterwards. > > > I am pretty sure I know how to fix this and will commit a fix shortly. If you > > want to try now, edit sys/kern/syscalls.master: > > < 1 STD NOHIDE { void sys_exit(int rval); } sys_exit sys_exit_args void > > --- > > > 1 STD NOHIDE { void sys_exit(int rval); } exit sys_exit_args voi d > > and cd src/sys/kern; make init_sysent.c > > Then your world should build ok. > > That fix indeed seems to work (it managed to build cat), and looks > saner than mine. Anyway, it should be all fixed now (and has been committed for a while). Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message