Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/osf1 Round up sysent[] table size.



details:   https://anonhg.NetBSD.org/src/rev/c105aa3df364
branches:  trunk
changeset: 500509:c105aa3df364
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Wed Dec 13 01:29:16 2000 +0000

description:
Round up sysent[] table size.

diffstat:

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

diffs (14 lines):

diff -r 0e430b02f158 -r c105aa3df364 sys/compat/osf1/syscalls.conf
--- a/sys/compat/osf1/syscalls.conf     Wed Dec 13 01:24:46 2000 +0000
+++ b/sys/compat/osf1/syscalls.conf     Wed Dec 13 01:29:16 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: syscalls.conf,v 1.1 1995/02/13 21:39:08 cgd Exp $
+#      $NetBSD: syscalls.conf,v 1.2 2000/12/13 01:29:16 mycroft Exp $
 
 sysnames="osf1_syscalls.c"
 sysnumhdr="osf1_syscall.h"
@@ -10,3 +10,4 @@
 switchname="osf1_sysent"
 namesname="osf1_syscallnames"
 constprefix="OSF1_SYS_"
+nsysent=512



Home | Main Index | Thread Index | Old Index