From 0ccb97dbdab29bd382eed8f30ee6d9df6a55390a Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 16 Jun 1994 01:33:56 +0000 Subject: Formerly handle-port.c.~4~ --- libtrivfs/handle-port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtrivfs/handle-port.c b/libtrivfs/handle-port.c index 397e1523..6b96fb72 100644 --- a/libtrivfs/handle-port.c +++ b/libtrivfs/handle-port.c @@ -26,6 +26,6 @@ trivfs_handle_port (mach_port_t realnode, cntl = ports_allocate_port (sizeof (struct trivfs_control), cntltype); cntl->underlying = realnode; - cntl->protidtypes = protidtype + cntl->protidtypes = protidtype; return ports_get_right (cntl); } -- cgit v1.2.3