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:
eb1e438
)
gcc complains about a type mismatch when declaring select on the
author
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Thu, 18 Nov 1993 00:35:24 +0000
(
00:35
+0000)
committer
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Thu, 18 Nov 1993 00:35:24 +0000
(
00:35
+0000)
RS6000.
v7/src/microcode/uxio.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/uxio.c
b/v7/src/microcode/uxio.c
index 77b386fbbb5ac5f111d59a8df4ee53da0e0ffebd..a65f1e84c1b78731fe7c41861e12f8bfe0c17b82 100644
(file)
--- a/
v7/src/microcode/uxio.c
+++ b/
v7/src/microcode/uxio.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: uxio.c,v 1.3
2 1993/10/27 22:18:36
gjr Exp $
+$Id: uxio.c,v 1.3
3 1993/11/18 00:35:24
gjr Exp $
Copyright (c) 1990-1993 Massachusetts Institute of Technology
@@
-368,7
+368,7
@@
DEFUN (OS_channel_blocking, (channel), Tchannel channel)
\f
/* select(2) system call */
-#if (defined(_HPUX) && (_HPUX_VERSION >= 80)) || defined(_SUNOS4)
+#if (defined(_HPUX) && (_HPUX_VERSION >= 80)) || defined(_SUNOS4)
|| defined(_AIX)
#define SELECT_DECLARED
#endif