summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-06-16 01:33:56 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-06-16 01:33:56 +0000
commit0ccb97dbdab29bd382eed8f30ee6d9df6a55390a (patch)
tree41057886abe954cb956997c8d2f599b227f89703
parentff798511226214b56dc11c91906bfe50ecbdb41f (diff)
Formerly handle-port.c.~4~
-rw-r--r--libtrivfs/handle-port.c2
1 files changed, 1 insertions, 1 deletions
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);
}