Date: Mon, 1 Jul 2002 02:19:25 +0300 From: Giorgos Keramidas <charon@labs.gr> To: Glenn Gombert <freebsd@fastmail.fm> Cc: current@FreeBSD.ORG Subject: Re: Build world problems in todays sources Message-ID: <20020630231924.GA2837@hades.hell.gr> In-Reply-To: <20020630225315.BC2486D9D3@www.fastmail.fm> References: <20020630225315.BC2486D9D3@www.fastmail.fm>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-06-30 22:53 +0000, Glenn Gombert wrote: > I get the following error when trying to rebuild the last couple of > days... > > ../sys/kern/syscalls.master > syscall.master : line 55: syscall number out of sync at 7 ... > > line is: struct rusage * rsuage ) ; } wait4 wait_args int > > **** Error code 1 > .... The last commit that touched this line was revision 1.17. You have somehow edited this file and changed /rusage/rsuage/. This can be fixed by editing again and replacing "rsuage" with "rusage". - Giorgos 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?20020630231924.GA2837>