diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-04-05 20:44:26 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-04-05 20:44:26 +0000 |
commit | 70d95bb887c2e5a69b229a1980ac1d20c5cfc619 (patch) | |
tree | 75ae8ef404aa299c8c482f07cad3a0cf043d509a /sys | |
parent | 9364dd037fa7b7ce4a9e996b98c304aa5a5bfc89 (diff) |
sendsig and sys_sigreturn are in m68k area now
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sun3/sun3/machdep.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sun3/sun3/machdep.c b/sys/arch/sun3/sun3/machdep.c index d30ea84b648..a01036238f8 100644 --- a/sys/arch/sun3/sun3/machdep.c +++ b/sys/arch/sun3/sun3/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.18 1997/04/05 20:32:49 kstailey Exp $ */ +/* $OpenBSD: machdep.c,v 1.19 1997/04/05 20:44:25 kstailey Exp $ */ /* $NetBSD: machdep.c,v 1.77 1996/10/13 03:47:51 christos Exp $ */ /* @@ -508,6 +508,7 @@ int sigpid = 0; #define SDB_FPSTATE 0x04 #endif +#if 0 /* in m68k */ /* * Send an interrupt to process. */ @@ -795,6 +796,7 @@ sys_sigreturn(p, v, retval) #endif return (EJUSTRETURN); } +#endif /* |