mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
We do not have ffs_checkexp, so remove the prototype
This commit is contained in:
parent
b6335212d6
commit
b2f2b704d0
1 changed files with 0 additions and 2 deletions
|
|
@ -77,8 +77,6 @@ ufs_daddr_t ffs_blkpref __P((struct inode *, ufs_daddr_t, int, ufs_daddr_t *));
|
|||
int ffs_bmap __P((struct vop_bmap_args *));
|
||||
void ffs_clrblock __P((struct fs *, u_char *, ufs_daddr_t));
|
||||
int ffs_fhtovp __P((struct mount *, struct fid *, struct vnode **));
|
||||
int ffs_checkexp __P((struct mount *, struct sockaddr *, int *,
|
||||
struct ucred **));
|
||||
int ffs_flushfiles __P((struct mount *, int, struct proc *));
|
||||
void ffs_fragacct __P((struct fs *, int, int32_t [], int));
|
||||
int ffs_freefile __P(( struct vnode *, ino_t, int ));
|
||||
|
|
|
|||
Loading…
Reference in a new issue