summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660/iso.h
diff options
context:
space:
mode:
authorbp <bp@FreeBSD.org>2000-06-29 01:19:12 +0000
committerbp <bp@FreeBSD.org>2000-06-29 01:19:12 +0000
commit579668ebe92fcc9fc9f444a713083a7b42f6a23f (patch)
treeb3968c7e93706f2b4d1798658dd626d9123e86c5 /sys/isofs/cd9660/iso.h
parent6c6297b200fc4c9df8b5bd35fcd4a48fa764c5c5 (diff)
downloadFreeBSD-src-579668ebe92fcc9fc9f444a713083a7b42f6a23f.zip
FreeBSD-src-579668ebe92fcc9fc9f444a713083a7b42f6a23f.tar.gz
Fix memory leakage on module unload.
Spotted by: fixed INVARIANTS code
Diffstat (limited to 'sys/isofs/cd9660/iso.h')
-rw-r--r--sys/isofs/cd9660/iso.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/isofs/cd9660/iso.h b/sys/isofs/cd9660/iso.h
index f9a4abb..2da3d82 100644
--- a/sys/isofs/cd9660/iso.h
+++ b/sys/isofs/cd9660/iso.h
@@ -258,6 +258,7 @@ struct iso_mnt {
int cd9660_vget_internal __P((struct mount *, ino_t, struct vnode **, int,
struct iso_directory_record *));
int cd9660_init __P((struct vfsconf *));
+int cd9660_uninit __P((struct vfsconf *));
#define cd9660_sysctl ((int (*) __P((int *, u_int, void *, size_t *, void *, \
size_t, struct proc *)))eopnotsupp)
OpenPOWER on IntegriCloud