summaryrefslogtreecommitdiffstats
path: root/sys/msdosfs/msdosfsmount.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-09-27 20:42:59 +0000
committerphk <phk@FreeBSD.org>1994-09-27 20:42:59 +0000
commit77843a901a451b12851b0d452b11d042cd4b4c44 (patch)
treec5e32cd4563c951511be132c78835d4a367e8cc8 /sys/msdosfs/msdosfsmount.h
parent5c792336a6f2f7dfe1d230522764b075bba3a7a7 (diff)
downloadFreeBSD-src-77843a901a451b12851b0d452b11d042cd4b4c44.zip
FreeBSD-src-77843a901a451b12851b0d452b11d042cd4b4c44.tar.gz
Added declarations, fixed bugs due to missing decls. At least one of them
could panic a system. (I know, it paniced mine!).
Diffstat (limited to 'sys/msdosfs/msdosfsmount.h')
-rw-r--r--sys/msdosfs/msdosfsmount.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/msdosfs/msdosfsmount.h b/sys/msdosfs/msdosfsmount.h
index 62853c5..270b5b4 100644
--- a/sys/msdosfs/msdosfsmount.h
+++ b/sys/msdosfs/msdosfsmount.h
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: msdosfsmount.h,v 1.1 1994/09/19 15:41:48 dfr Exp $ */
/* $NetBSD: msdosfsmount.h,v 1.7 1994/08/21 18:44:17 ws Exp $ */
/*-
@@ -181,3 +181,5 @@ int msdosfs_sync __P((struct mount *, int, struct ucred *, struct proc *));
int msdosfs_fhtovp __P((struct mount *, struct fid *, struct mbuf *, struct vnode **, int *, struct ucred **));
int msdosfs_vptofh __P((struct vnode *, struct fid *));
int msdosfs_init __P(());
+
+int mountmsdosfs __P((struct vnode *devvp, struct mount *mp, struct proc *p));
OpenPOWER on IntegriCloud