From 0d5d61476e5712744253cec19b40ace6a7e93e5a Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 8 Apr 2003 01:11:54 +0000 Subject: [PATCH] Fix typo in previous change. --- v7/src/microcode/ntio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/ntio.c b/v7/src/microcode/ntio.c index fa48dc627..d74b80365 100644 --- 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 (struct select_registry_s * r, int growp) { if (growp) (r -> length) *= 2; -- 2.25.1