diff options
-rw-r--r-- | libports/reallocate-from-external.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libports/reallocate-from-external.c b/libports/reallocate-from-external.c index ca43f5ca..3b4b8de3 100644 --- a/libports/reallocate-from-external.c +++ b/libports/reallocate-from-external.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1996 Free Software Foundation, Inc. Written by Michael I. Bushnell. This file is part of the GNU Hurd. @@ -56,7 +56,7 @@ ports_reallocate_from_external (void *portstruct, mach_port_t receive) } pi->port_right = receive; - pi->cancel_threshhold = 0; + pi->cancel_threshold = 0; pi->mscount = stat.mps_mscount; ihash_add (pi->bucket->htable, receive, pi, &pi->hentry); |