Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/ibcs2 Round up sysent table size.
details: https://anonhg.NetBSD.org/src/rev/f982f479e93f
branches: trunk
changeset: 500368:f982f479e93f
user: mycroft <mycroft%NetBSD.org@localhost>
date: Mon Dec 11 03:06:49 2000 +0000
description:
Round up sysent table size.
diffstat:
sys/compat/ibcs2/syscalls.conf | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (14 lines):
diff -r de6b27651e27 -r f982f479e93f sys/compat/ibcs2/syscalls.conf
--- a/sys/compat/ibcs2/syscalls.conf Mon Dec 11 02:50:17 2000 +0000
+++ b/sys/compat/ibcs2/syscalls.conf Mon Dec 11 03:06:49 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: syscalls.conf,v 1.3 1998/12/18 18:49:59 drochner Exp $
+# $NetBSD: syscalls.conf,v 1.4 2000/12/11 03:06:49 mycroft Exp $
#
# syscalls.conf
@@ -12,3 +12,4 @@
switchname="ibcs2_sysent"
namesname="ibcs2_syscallnames"
constprefix="IBCS2_SYS_"
+nsysent=512
Home |
Main Index |
Thread Index |
Old Index