From 49f1feceed0ae6c92746d42e8563663f67fc546c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 11 Jul 1999 01:56:03 +0000 Subject: 1999-07-10 Roland McGrath * io-read.c: Add #include for munmap decl. * release-protid.c: Likewise. --- libnetfs/io-read.c | 4 ++-- libnetfs/release-protid.c | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'libnetfs') diff --git a/libnetfs/io-read.c b/libnetfs/io-read.c index 00452d30..4c97c297 100644 --- a/libnetfs/io-read.c +++ b/libnetfs/io-read.c @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. @@ -21,6 +21,7 @@ #include "netfs.h" #include "io_S.h" #include +#include error_t netfs_S_io_read (struct protid *user, @@ -101,4 +102,3 @@ netfs_S_io_read (struct protid *user, return err; } - diff --git a/libnetfs/release-protid.c b/libnetfs/release-protid.c index d423b2b6..b1bac0eb 100644 --- a/libnetfs/release-protid.c +++ b/libnetfs/release-protid.c @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 1996, 1999 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. @@ -19,12 +19,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "netfs.h" +#include void netfs_release_protid (void *arg) { struct protid *user = arg; - + iohelp_free_iouser (user->user); if (user->shared_object) mach_port_deallocate (mach_task_self (), user->shared_object); -- cgit v1.2.3