Ryan, Seems like, I lost the dual declaration when made the merging and then did not check the gcc build.
Thanks for fix. On Wed, Oct 18, 2017 at 12:41 AM, Ryan Libby <rli...@freebsd.org> wrote: > Author: rlibby > Date: Wed Oct 18 00:41:23 2017 > New Revision: 324713 > URL: https://svnweb.freebsd.org/changeset/base/324713 > > Log: > ext2: delete redundant decl of ext2_fserr > > Fix gcc build after r324706. > > Reviewed by: pfg > Differential Revision: https://reviews.freebsd.org/D12709 > > Modified: > head/sys/fs/ext2fs/ext2_extern.h > > Modified: head/sys/fs/ext2fs/ext2_extern.h > ============================================================ > ================== > --- head/sys/fs/ext2fs/ext2_extern.h Wed Oct 18 00:33:20 2017 > (r324712) > +++ head/sys/fs/ext2fs/ext2_extern.h Wed Oct 18 00:41:23 2017 > (r324713) > @@ -102,7 +102,6 @@ int ext2_search_dirblock(struct inode *, void *, 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. > > _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"