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 actually produced

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

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.sh syscalls.master'

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.sh

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 execution of