From 52e8ecc51c542171b61122582bbaae2aa2dc777a Mon Sep 17 00:00:00 2001 From: mycroft Date: Thu, 14 Dec 2000 18:07:54 +0000 Subject: [PATCH] Round up sysent[] table size. --- sys/compat/linux/arch/alpha/syscalls.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/compat/linux/arch/alpha/syscalls.conf b/sys/compat/linux/arch/alpha/syscalls.conf index dc89ded30cb3..771e887ba4d2 100644 --- a/sys/compat/linux/arch/alpha/syscalls.conf +++ b/sys/compat/linux/arch/alpha/syscalls.conf @@ -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 @@ libcompatopts="" switchname="linux_sysent" namesname="linux_syscallnames" constprefix="LINUX_SYS_" +nsysent=512