diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-19 20:54:12 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-19 20:54:12 +0000 |
commit | 6ee6a0e7575e37aa04500bd5b53d08170bb02759 (patch) | |
tree | b3b59e2e345374fb5d98f318c0cbfc37785c3ddf /libfshelp/transbox-init.c | |
parent | 8f149d5b934724aa1259fcfdc02bceb498513d69 (diff) |
(fshelp_transbox_init): Don't init obsolete innerlock. Do init
TRANSBOX->wakeup.
Diffstat (limited to 'libfshelp/transbox-init.c')
-rw-r--r-- | libfshelp/transbox-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libfshelp/transbox-init.c b/libfshelp/transbox-init.c index 68df39ca..0be6e5ce 100644 --- a/libfshelp/transbox-init.c +++ b/libfshelp/transbox-init.c @@ -28,7 +28,7 @@ fshelp_transbox_init (struct transbox *transbox, { transbox->active = MACH_PORT_NULL; transbox->lock = lock; - mutex_init (&transbox->innerlock); + condition_init (&transbox->wakeup); transbox->cookie = cookie; } |