Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 04/22/1995 17:00:07
christos
Sat Apr 22 16:50:26 EDT 1995
Update of /a/cvsroot/src/sys/arch/mac68k/mac68k
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv24898/mac68k/mac68k

Modified Files:
	trap.c 
Log Message:
Fixed comparison in SYS__syscall to be against sysent instead of 
p->p_emul->e_sysent [Thanks Charles for pointing this out].
I think that this code needs to be fixed anyway for emulations where
SYS_syscall is not the same number as the NetBSD one (0)... (Only the 
alpha port so far?)


christos
Sat Apr 22 16:50:41 EDT 1995
Update of /a/cvsroot/src/sys/arch/sparc/sparc
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv24898/sparc/sparc

Modified Files:
	trap.c 
Log Message:
Fixed comparison in SYS__syscall to be against sysent instead of 
p->p_emul->e_sysent [Thanks Charles for pointing this out].
I think that this code needs to be fixed anyway for emulations where
SYS_syscall is not the same number as the NetBSD one (0)... (Only the 
alpha port so far?)


christos
Sat Apr 22 16:50:49 EDT 1995
Update of /a/cvsroot/src/sys/arch/sun3/sun3
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv24898/sun3/sun3

Modified Files:
	trap.c 
Log Message:
Fixed comparison in SYS__syscall to be against sysent instead of 
p->p_emul->e_sysent [Thanks Charles for pointing this out].
I think that this code needs to be fixed anyway for emulations where
SYS_syscall is not the same number as the NetBSD one (0)... (Only the 
alpha port so far?)