projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73c6dcf
)
TIOCSIG not available on sun3.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 23 Nov 1993 22:58:59 +0000
(22:58 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 23 Nov 1993 22:58:59 +0000
(22:58 +0000)
v7/src/microcode/ux.h
patch
|
blob
|
history
diff --git
a/v7/src/microcode/ux.h
b/v7/src/microcode/ux.h
index c6cac0ff075dac384e3b50e28044cace4920e6db..c3809ee67b4ebcb5675800bd36c717c44588e8d3 100644
(file)
--- a/
v7/src/microcode/ux.h
+++ b/
v7/src/microcode/ux.h
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: ux.h,v 1.5
8 1993/11/23 06:50:39 gjr
Exp $
+$Id: ux.h,v 1.5
9 1993/11/23 22:58:59 cph
Exp $
Copyright (c) 1988-1993 Massachusetts Institute of Technology
@@
-302,8
+302,10
@@
extern int EXFUN (kill, (pid_t, int));
#ifdef _SUNOS4
#define HAVE_FTRUNCATE
+#ifdef sun4
#define TIOCSIGSEND TIOCSIG
#endif
+#endif
#ifdef apollo
#define SYSTEM_VARIANT "Domain"