sys to sun_sys

This commit is contained in:
glass 1994-04-08 16:49:18 +00:00
parent 3da15f45bb
commit e81348df5f
1 changed files with 1 additions and 1 deletions

View File

@ -550,7 +550,7 @@ syscall(code, frame)
/* XXX don't do this for sun_sigreturn, as there's no
XXX stored pc on the stack to skip, the argument follows
XXX the syscall number without a gap. */
if (code != SYS_sigreturn)
if (code != SUN_SYS_sigreturn)
{
frame.f_regs[SP] += sizeof (int);
/* remember that we adjusted the SP, might have to undo