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:
24f5035
)
Change to use correct osf feature macro.
author
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Sun, 14 Feb 1993 23:03:51 +0000
(23:03 +0000)
committer
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Sun, 14 Feb 1993 23:03:51 +0000
(23:03 +0000)
v7/src/microcode/ux.h
patch
|
blob
|
history
diff --git
a/v7/src/microcode/ux.h
b/v7/src/microcode/ux.h
index 99c7e6f7762edba87fd7ec97408f7c2329da51f4..477cb9d665e559132caea3ddba80f4ae95068209 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
0 1993/02/06 05:42:05
gjr Exp $
+$Id: ux.h,v 1.4
1 1993/02/14 23:03:51
gjr Exp $
Copyright (c) 1988-1993 Massachusetts Institute of Technology
@@
-176,7
+176,7
@@
extern void EXFUN (error_system_call, (int code, enum syscall_names name));
#ifdef _POSIX
-#ifdef _
osf
+#ifdef _
_osf__
# include <sys/time.h>
# include <sys/ioctl.h>
#endif