Subject: CVS commit: syssrc/sys/arch/powerpc/powerpc
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 11/01/2002 02:02:41
Module Name: syssrc
Committed By: matt
Date: Fri Nov 1 00:02:40 UTC 2002
Modified Files:
syssrc/sys/arch/powerpc/powerpc: syscall.c
Log Message:
In struct emul, e_nsysent is *not* initialized to *SYS_NSYSENT but
*SYS_MAXSYSCALL. Adjust to this and simply compare 'code' to it instead
of doing the p-o-2 dance.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/powerpc/powerpc/syscall.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.