Date: Sat, 29 Jul 2000 05:07:27 -0500 (CDT) From: Mike Meyer <mwm@mired.org> To: Peter Wemm <peter@netplex.com.au> Cc: current@FreeBSD.ORG Subject: Re: World breakage from exit->sys_exit change? Message-ID: <14722.44255.914811.175753@guru.mired.org> In-Reply-To: <200007290909.CAA52842@netplex.com.au> References: <mwm@mired.org> <14722.39508.395980.576824@guru.mired.org> <200007290909.CAA52842@netplex.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
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 void > 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. Thanx, <mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14722.44255.914811.175753>