summaryrefslogtreecommitdiffstats
path: root/sys/fs/hpfs/hpfs_subr.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-12-06 20:14:20 +0000
committerphk <phk@FreeBSD.org>2004-12-06 20:14:20 +0000
commit3d2dc8aba58b3165e2eff61e0e7b1b4a57dfdb88 (patch)
tree6daea1b51ef2996eb9621699873b6433bfb00b40 /sys/fs/hpfs/hpfs_subr.h
parent68b4df69d02240e33503489bab016fc9f09fb0ac (diff)
downloadFreeBSD-src-3d2dc8aba58b3165e2eff61e0e7b1b4a57dfdb88.zip
FreeBSD-src-3d2dc8aba58b3165e2eff61e0e7b1b4a57dfdb88.tar.gz
Convert to nmount. Add backwards compat cmount method.
Same comment as msdosfs applies: It would be nice if we had generic option names for charset conversions. Use vfs_mountefrom(). Rely on vfs_mount.c calling VFS_STATFS().
Diffstat (limited to 'sys/fs/hpfs/hpfs_subr.h')
-rw-r--r--sys/fs/hpfs/hpfs_subr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/hpfs/hpfs_subr.h b/sys/fs/hpfs/hpfs_subr.h
index 9409152..4cddcf7 100644
--- a/sys/fs/hpfs/hpfs_subr.h
+++ b/sys/fs/hpfs/hpfs_subr.h
@@ -39,7 +39,7 @@ int hpfs_bmlookup (struct hpfsmount *, u_long, lsn_t, u_long,
lsn_t *, u_long *);
struct hpfs_args;
-int hpfs_cpinit (struct hpfsmount *, struct hpfs_args *);
+int hpfs_cpinit (struct mount *, struct hpfsmount *);
int hpfs_cpdeinit (struct hpfsmount *);
int hpfs_cpload (struct hpfsmount *, struct cpiblk *,
struct cpdblk *);
OpenPOWER on IntegriCloud