mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
Fix the gcc build (-Wstrict-prototypes) after r345244.
Reported by: jenkins MFC with: r345244
This commit is contained in:
parent
c676692c61
commit
1a7f456a4b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=345245
@ -56,6 +56,9 @@ __FBSDID("$FreeBSD$");
|
||||
#include <ufs/ufs/ufsmount.h>
|
||||
#include <ufs/ufs/ufs_extern.h>
|
||||
|
||||
static int ufs_readindir(struct vnode *, ufs_lbn_t, ufs2_daddr_t,
|
||||
struct buf **);
|
||||
|
||||
/*
|
||||
* Bmap converts the logical block number of a file to its physical block
|
||||
* number on the disk. The conversion is done by using the logical block
|
||||
|
Loading…
Reference in New Issue
Block a user