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:
fb663ef
)
Disable ptys in Ultrix.
author
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Tue, 23 Nov 1993 06:50:39 +0000
(06:50 +0000)
committer
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Tue, 23 Nov 1993 06:50:39 +0000
(06:50 +0000)
v7/src/microcode/ux.h
patch
|
blob
|
history
diff --git
a/v7/src/microcode/ux.h
b/v7/src/microcode/ux.h
index 3fe3d01ac852fa9b250ecc3229758e596c17bffb..c6cac0ff075dac384e3b50e28044cace4920e6db 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
7 1993/11/22 23:17:46 cph
Exp $
+$Id: ux.h,v 1.5
8 1993/11/23 06:50:39 gjr
Exp $
Copyright (c) 1988-1993 Massachusetts Institute of Technology
@@
-285,6
+285,8
@@
extern int EXFUN (kill, (pid_t, int));
#ifdef _ULTRIX
#define SYSTEM_VARIANT "Ultrix"
#define HAVE_FTRUNCATE
+/* For now, they don't work */
+#undef HAVE_PTYS
#endif
#ifdef _NEXTOS