Re: Syscalls.master broken on -CURRENT?

2002-06-16 Thread walt
walt wrote: > > 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 > >

RE: Syscalls.master broken on -CURRENT?

2002-06-16 Thread Vadim Belman
On Sat, 2002-06-15 at 18:03, Robert Watson wrote: > > > 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

RE: Syscalls.master broken on -CURRENT?

2002-06-15 Thread Robert Watson
On Sat, 15 Jun 2002, walt wrote: > > 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 ex

RE: Syscalls.master broken on -CURRENT?

2002-06-15 Thread walt
> 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.s