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 16:50:06
christos
Sat Apr 22 16:49:13 EDT 1995
Update of /a/cvsroot/src/sys/arch/amiga/amiga
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv24898/amiga/amiga

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:49:28 EDT 1995
Update of /a/cvsroot/src/sys/arch/atari/atari
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv24898/atari/atari

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:49:37 EDT 1995
Update of /a/cvsroot/src/sys/arch/da30/da30
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv24898/da30/da30

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:49:44 EDT 1995
Update of /a/cvsroot/src/sys/arch/hp300/hp300
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv24898/hp300/hp300

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:49:57 EDT 1995
Update of /a/cvsroot/src/sys/arch/i386/i386
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv24898/i386/i386

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?)