From owner-freebsd-current Sat Jun 15 7: 5:12 2002 Delivered-To: freebsd-current@freebsd.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by hub.freebsd.org (Postfix) with ESMTP id 4386B37B41A; Sat, 15 Jun 2002 07:05:10 -0700 (PDT) Received: from sbcglobal.net wa1ter@smtp-send.myrealbox.com [64.175.106.231] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.9 $ on Novell NetWare via secured & encrypted transport (TLS); Sat, 15 Jun 2002 08:05:10 -0600 Message-ID: <3D0B3F80.3020603@sbcglobal.net> Date: Sat, 15 Jun 2002 06:22:08 -0700 From: walt Organization: none User-Agent: Mozilla/4.72 [en] (Windows NT 5.0; I) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current , rwatson@freebsd.org Subject: Syscalls.master broken on -CURRENT? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 During the compilation of usr.bin/truss this error stops world: syscalls.master: line 55: syscall number out of sync at 7 line is: struct rusage * rusage ) ; } wait4 wait_args int The error is actually produced by the execution of '/usr/src/sys/kern/makesyscalls.sh syscalls.master' I see that syscalls.master and related files were changed on June 13. What I don't understand is why this same error breaks world on one of my -CURRENT machines but not on the other machine. If I execute the shellscript by hand on either machine the error message is the same. Strange. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message