sys_nosys="linux_sys_nosys", since that's how it should be.

This commit is contained in:
bjh21 2002-01-23 16:14:20 +00:00
parent 6b940e1484
commit 6add1ec812
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: syscalls.conf,v 1.1 2002/01/14 23:14:41 bjh21 Exp $
# $NetBSD: syscalls.conf,v 1.2 2002/01/23 16:14:20 bjh21 Exp $
sysnames="linux_syscalls.c"
sysnumhdr="linux_syscall.h"
@ -11,3 +11,5 @@ switchname="linux_sysent"
namesname="linux_syscallnames"
constprefix="LINUX_SYS_"
nsysent=512
sys_nosys="linux_sys_nosys"