summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2016-01-28 12:21:23 +0000
committertrasz <trasz@FreeBSD.org>2016-01-28 12:21:23 +0000
commit0fe7e27aea132d450078f8b9c4af064bcadd6c48 (patch)
tree3aa1425dc4afb9668034f4305496a6a2cd4da1f8 /sys/ufs
parentd54bf9a884664360a49f9470547ec8310a002a9b (diff)
downloadFreeBSD-src-0fe7e27aea132d450078f8b9c4af064bcadd6c48.zip
FreeBSD-src-0fe7e27aea132d450078f8b9c4af064bcadd6c48.tar.gz
Remove ffs_mountroot() prototype; seems to be long gone.
MFC after: 1 month Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ffs/ffs_extern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/ufs/ffs/ffs_extern.h b/sys/ufs/ffs/ffs_extern.h
index c29e5d5..b4ec348 100644
--- a/sys/ufs/ffs/ffs_extern.h
+++ b/sys/ufs/ffs/ffs_extern.h
@@ -77,7 +77,6 @@ void ffs_fserr(struct fs *, ino_t, char *);
int ffs_isblock(struct fs *, u_char *, ufs1_daddr_t);
int ffs_isfreeblock(struct fs *, u_char *, ufs1_daddr_t);
void ffs_load_inode(struct buf *, struct inode *, struct fs *, ino_t);
-int ffs_mountroot(void);
void ffs_oldfscompat_write(struct fs *, struct ufsmount *);
int ffs_own_mount(const struct mount *mp);
int ffs_reallocblks(struct vop_reallocblks_args *);
OpenPOWER on IntegriCloud