Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/arch/powerpc/powerpc
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.
Home |
Main Index |
Thread Index |
Old Index