From 6562317b6a0bcc62150861ed187e406dd9b536d2 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 25 May 1994 19:04:20 +0000 Subject: Formerly handle-port.c.~2~ --- libtrivfs/handle-port.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libtrivfs/handle-port.c b/libtrivfs/handle-port.c index 13fb5e32..17952480 100644 --- a/libtrivfs/handle-port.c +++ b/libtrivfs/handle-port.c @@ -15,12 +15,15 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include + mach_port_t trivfs_handle_port (mach_port_t realnode) { struct trivfs_control *cntl; - cntl = ports_allocate_port (sizeof (struct control), trivfs_cntl_porttype); + cntl = ports_allocate_port (sizeof (struct trivfs_control), + trivfs_cntl_porttype); cntl->underlying = realnode; return ports_get_right (cntl); } -- cgit v1.2.3