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:
a7f1d12
)
Add NO_BAUD_CONVERSION to OSF (at least DEC OSF).
author
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Sat, 20 Feb 1993 07:00:36 +0000
(07:00 +0000)
committer
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Sat, 20 Feb 1993 07:00:36 +0000
(07:00 +0000)
v7/src/microcode/ux.h
patch
|
blob
|
history
diff --git
a/v7/src/microcode/ux.h
b/v7/src/microcode/ux.h
index 02a3f14dd09edddd43c965fb415695df418db7d4..d35caa3e4e39a3f3a1d402dc6e46465530fb4d92 100644
(file)
--- a/
v7/src/microcode/ux.h
+++ b/
v7/src/microcode/ux.h
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: ux.h,v 1.4
2 1993/02/18 05:14:28
gjr Exp $
+$Id: ux.h,v 1.4
3 1993/02/20 07:00:36
gjr Exp $
Copyright (c) 1988-1993 Massachusetts Institute of Technology
@@
-187,6
+187,7
@@
extern void EXFUN (error_system_call, (int code, enum syscall_names name));
#ifdef __osf__
# include <sys/time.h>
# include <sys/ioctl.h>
+# define NO_BAUD_CONVERSION
# define SYSTEM_VARIANT "OSF"
#endif
@@
-195,6
+196,7
@@
extern void EXFUN (error_system_call, (int code, enum syscall_names name));
# define EMULATE_FPATHCONF
# define EMULATE_SYSCONF
# define NO_BAUD_CONVERSION
+# define SYSTEM_VARIANT "386BSD"
#endif
#ifdef sonyrisc