From 244487b4418abbb9a695f2a8224e1b062294c92c Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 10 Feb 1994 20:14:50 +0000 Subject: Formerly ports-clean.c.~2~ --- libdiskfs/ports-clean.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libdiskfs/ports-clean.c') 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 + 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 -- cgit v1.2.3