aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/ext2fs/ext2_extern.h
diff options
context:
space:
mode:
authorRyan Libby <rlibby@FreeBSD.org>2017-10-18 00:41:23 +0000
committerRyan Libby <rlibby@FreeBSD.org>2017-10-18 00:41:23 +0000
commitccf2e8123b2c495b50a79085c02ea7844814adcc (patch)
treeb55e6612f8f8591fcd0e9e3521a18118da53f26a /sys/fs/ext2fs/ext2_extern.h
parent4f2fac37593702eae572eecb2ce6aafeee09eb18 (diff)
downloadsrc-ccf2e8123b2c495b50a79085c02ea7844814adcc.tar.gz
src-ccf2e8123b2c495b50a79085c02ea7844814adcc.zip
ext2: delete redundant decl of ext2_fserr
Fix gcc build after r324706. Reviewed by: pfg Differential Revision: https://reviews.freebsd.org/D12709
Notes
Notes: svn path=/head/; revision=324713
Diffstat (limited to 'sys/fs/ext2fs/ext2_extern.h')
-rw-r--r--sys/fs/ext2fs/ext2_extern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/ext2fs/ext2_extern.h b/sys/fs/ext2fs/ext2_extern.h
index 079f7c61a987..fdf1a29ce048 100644
--- a/sys/fs/ext2fs/ext2_extern.h
+++ b/sys/fs/ext2fs/ext2_extern.h
@@ -102,7 +102,6 @@ int ext2_search_dirblock(struct inode *, void *, int *, const char *, int,
int *, doff_t *, doff_t *, doff_t *, struct ext2fs_searchslot *);
int ext2_gd_csum_verify(struct m_ext2fs *fs, struct cdev *dev);
void ext2_gd_csum_set(struct m_ext2fs *fs);
-void ext2_fserr(struct m_ext2fs *, uid_t, char *);
/* Flags to low-level allocation routines.