Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux/arch/alpha Round up sysent[] table size.



details:   https://anonhg.NetBSD.org/src/rev/75e175afd9b7
branches:  trunk
changeset: 500608:75e175afd9b7
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Thu Dec 14 18:07:54 2000 +0000

description:
Round up sysent[] table size.

diffstat:

 sys/compat/linux/arch/alpha/syscalls.conf |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 2c28b827547c -r 75e175afd9b7 sys/compat/linux/arch/alpha/syscalls.conf
--- a/sys/compat/linux/arch/alpha/syscalls.conf Thu Dec 14 18:07:30 2000 +0000
+++ b/sys/compat/linux/arch/alpha/syscalls.conf Thu Dec 14 18:07:54 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: syscalls.conf,v 1.1 1998/09/30 18:01:53 erh Exp $
+#      $NetBSD: syscalls.conf,v 1.2 2000/12/14 18:07:54 mycroft Exp $
 
 sysnames="linux_syscalls.c"
 sysnumhdr="linux_syscall.h"
@@ -10,3 +10,4 @@
 switchname="linux_sysent"
 namesname="linux_syscallnames"
 constprefix="LINUX_SYS_"
+nsysent=512



Home | Main Index | Thread Index | Old Index