From owner-freebsd-current Sun Jun 30 16:19:53 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6998737B407 for ; Sun, 30 Jun 2002 16:19:50 -0700 (PDT) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05BA643E1A for ; Sun, 30 Jun 2002 16:19:49 -0700 (PDT) (envelope-from charon@labs.gr) Received: from hades.hell.gr (patr530-a049.otenet.gr [212.205.215.49]) by mailsrv.otenet.gr (8.12.4/8.12.4) with ESMTP id g5UNJklm028187 for ; Mon, 1 Jul 2002 02:19:47 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.4/8.12.4) with ESMTP id g5UNJjgi003013 for ; Mon, 1 Jul 2002 02:19:45 +0300 (EEST) (envelope-from charon@labs.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.4/8.12.4/Submit) id g5UNJjNU003012; Mon, 1 Jul 2002 02:19:45 +0300 (EEST) (envelope-from charon@labs.gr) Date: Mon, 1 Jul 2002 02:19:44 +0300 From: Giorgos Keramidas To: Glenn Gombert Cc: current@FreeBSD.ORG Subject: Re: Build world problems in todays sources Message-ID: <20020630231924.GA2837@hades.hell.gr> References: <20020630225315.BC2486D9D3@www.fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020630225315.BC2486D9D3@www.fastmail.fm> X-Operating-System: FreeBSD 5.0-CURRENT i386 X-PGP-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-Phone: +30-944-116520 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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