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:
11ffa16
)
SUNOS calls it TIOCSIGNAL, not TIOCSIG!
author
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Wed, 24 Nov 1993 09:04:09 +0000
(09:04 +0000)
committer
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Wed, 24 Nov 1993 09:04:09 +0000
(09:04 +0000)
v7/src/microcode/ux.h
patch
|
blob
|
history
diff --git
a/v7/src/microcode/ux.h
b/v7/src/microcode/ux.h
index c3809ee67b4ebcb5675800bd36c717c44588e8d3..fd301aa249eb5770ddd4352f97e98ff41d67af70 100644
(file)
--- a/
v7/src/microcode/ux.h
+++ b/
v7/src/microcode/ux.h
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: ux.h,v 1.
59 1993/11/23 22:58:59 cph
Exp $
+$Id: ux.h,v 1.
60 1993/11/24 09:04:09 gjr
Exp $
Copyright (c) 1988-1993 Massachusetts Institute of Technology
@@
-303,7
+303,7
@@
extern int EXFUN (kill, (pid_t, int));
#ifdef _SUNOS4
#define HAVE_FTRUNCATE
#ifdef sun4
-#define TIOCSIGSEND TIOCSIG
+#define TIOCSIGSEND TIOCSIG
NAL
#endif
#endif