diff options
-rw-r--r-- | libports/reallocate-port.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libports/reallocate-port.c b/libports/reallocate-port.c index 07680dea..42ac60bf 100644 --- a/libports/reallocate-port.c +++ b/libports/reallocate-port.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. @@ -45,7 +45,7 @@ ports_reallocate_port (void *portstruct) pi->flags &= ~PORT_HAS_SENDRIGHTS; dropref = 1; } - pi->cancel_threshhold = 0; + pi->cancel_threshold = 0; pi->mscount = 0; ihash_add (pi->bucket->htable, pi->port_right, pi, &pi->hentry); mutex_unlock (&_ports_lock); |