diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-10 20:14:50 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-10 20:14:50 +0000 |
commit | 244487b4418abbb9a695f2a8224e1b062294c92c (patch) | |
tree | 831ab44ecf2d943f385960cda9d01e3b8ec5a36a /libdiskfs/ports-clean.c | |
parent | 112e11a54db681eaebc78886272c383316d10099 (diff) |
Formerly ports-clean.c.~2~
Diffstat (limited to 'libdiskfs/ports-clean.c')
-rw-r--r-- | libdiskfs/ports-clean.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libdiskfs/ports-clean.c b/libdiskfs/ports-clean.c index 965fbeb6..53162988 100644 --- a/libdiskfs/ports-clean.c +++ b/libdiskfs/ports-clean.c @@ -15,10 +15,13 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include "priv.h" +#include <hurd/pager.h> + static void protid_clean (void *arg) { - release_peropen (((struct protid *)arg)->po); + diskfs_release_peropen (((struct protid *)arg)->po); } /* Indexed by port type (PT_*); called when the last reference goes |