artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f53cd3f
)
sendsig and sys_sigreturn are in m68k area now
author
kstailey
<kstailey@openbsd.org>
Sat, 5 Apr 1997 20:44:25 +0000
(20:44 +0000)
committer
kstailey
<kstailey@openbsd.org>
Sat, 5 Apr 1997 20:44:25 +0000
(20:44 +0000)
sys/arch/sun3/sun3/machdep.c
patch
|
blob
|
history
diff --git
a/sys/arch/sun3/sun3/machdep.c
b/sys/arch/sun3/sun3/machdep.c
index
d30ea84
..
a010362
100644
(file)
--- a/
sys/arch/sun3/sun3/machdep.c
+++ b/
sys/arch/sun3/sun3/machdep.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: machdep.c,v 1.1
8 1997/04/05 20:32:49
kstailey Exp $ */
+/* $OpenBSD: machdep.c,v 1.1
9 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
/*