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:
d01188b
)
Fix typo.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 27 Apr 1993 10:03:56 +0000
(10:03 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 27 Apr 1993 10:03:56 +0000
(10:03 +0000)
v7/src/microcode/uxio.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/uxio.c
b/v7/src/microcode/uxio.c
index fb3357159cbdc5d7b15ed98c61bbf290c5397bf2..5f638a3858c58e7381337f5729e5826ad1b8ea77 100644
(file)
--- a/
v7/src/microcode/uxio.c
+++ b/
v7/src/microcode/uxio.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: uxio.c,v 1.2
7 1993/04/27 09:36:3
6 cph Exp $
+$Id: uxio.c,v 1.2
8 1993/04/27 10:03:5
6 cph Exp $
Copyright (c) 1990-93 Massachusetts Institute of Technology
@@
-549,7
+549,7
@@
DEFUN (UX_select_input, (fd, blockp), int fd AND int blockp)
return (s);
}
{
- unsigned int * scan = (&fds);
+ unsigned int * scan = (&fds
[0]
);
unsigned int * end = (scan + nfds);
while (scan < end)
if ((*scan++) == fd)