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:
567b4f1
)
Fix typo in previous change.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 8 Apr 2003 01:11:54 +0000
(
01:11
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 8 Apr 2003 01:11:54 +0000
(
01:11
+0000)
v7/src/microcode/ntio.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/ntio.c
b/v7/src/microcode/ntio.c
index fa48dc6279f3e1df35aa07345c9bff888defae1a..d74b8036559cc23e0cd6916cf2cf82c878ffe92f 100644
(file)
--- a/
v7/src/microcode/ntio.c
+++ b/
v7/src/microcode/ntio.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: ntio.c,v 1.
29 2003/04/07 19:49:26
cph Exp $
+$Id: ntio.c,v 1.
30 2003/04/08 01:11:54
cph Exp $
Copyright 1993,1997,1998,2000,2001,2003 Massachusetts Institute of Technology
@@
-722,7
+722,7
@@
OS_deallocate_select_registry (select_registry_t registry)
}
static void
-resize_select_registry (select_registry_s * r, int growp)
+resize_select_registry (s
truct s
elect_registry_s * r, int growp)
{
if (growp)
(r -> length) *= 2;