Source-Changes-HG archive

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

[src/trunk]: src/sys/kern set emul_netbsd's e_nsysent to SYS_NSYSENT, not SYS...



details:   https://anonhg.NetBSD.org/src/rev/8e6d9a8a93b3
branches:  trunk
changeset: 538859:8e6d9a8a93b3
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Fri Nov 01 19:27:05 2002 +0000

description:
set emul_netbsd's e_nsysent to SYS_NSYSENT, not SYS_MAXSYSCALL

diffstat:

 sys/kern/kern_exec.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8f08581a3e41 -r 8e6d9a8a93b3 sys/kern/kern_exec.c
--- a/sys/kern/kern_exec.c      Fri Nov 01 19:26:21 2002 +0000
+++ b/sys/kern/kern_exec.c      Fri Nov 01 19:27:05 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_exec.c,v 1.160 2002/10/29 12:31:23 blymn Exp $    */
+/*     $NetBSD: kern_exec.c,v 1.161 2002/11/01 19:27:05 jdolecek Exp $ */
 
 /*-
  * Copyright (C) 1993, 1994, 1996 Christopher G. Demetriou
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_exec.c,v 1.160 2002/10/29 12:31:23 blymn Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_exec.c,v 1.161 2002/11/01 19:27:05 jdolecek Exp $");
 
 #include "opt_ktrace.h"
 #include "opt_syscall_debug.h"
@@ -132,7 +132,7 @@
        EMUL_HAS_SYS___syscall,
        NULL,
        SYS_syscall,
-       SYS_MAXSYSCALL,
+       SYS_NSYSENT,
 #endif
        sysent,
 #ifdef SYSCALL_DEBUG



Home | Main Index | Thread Index | Old Index