Subject: system call numbers problem
To: None <tech-kern@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: tech-kern
Date: 08/26/2001 22:53:38
Hi!

I started working on Linux/Mips emulation, and I face an unexpected
problem: The system call numbers start at 4000 for Linux/MIPS. This
confuses the makesyscalls.sh script, which expects the first syscall to
be at zero.

syscalls.master: line 64: syscall number out of sync at 0
line is:
4000    NOARGS           {  int linux_sys_nosys ( void ) ;  }  syscall
*** Error code 1

Is there a way to solve this apart from modifying the syscalls.master
script?

-- 
Emmanuel Dreyfus
manu@netbsd.org