mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
style consistency.
This commit is contained in:
parent
829c0864cb
commit
9f2b7bc4a8
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ int nfs_commit(struct vnode *vp, u_quad_t offset, int cnt,
|
|||
int nfs_readdirrpc(struct vnode *, struct uio *, struct ucred *);
|
||||
int nfs_nfsiodnew(void);
|
||||
int nfs_asyncio(struct nfsmount *, struct buf *, struct ucred *, struct thread *);
|
||||
int nfs_doio(struct vnode *vp, struct buf *, struct ucred *, struct thread *);
|
||||
int nfs_doio(struct vnode *, struct buf *, struct ucred *, struct thread *);
|
||||
void nfs_up(struct nfsreq *, struct nfsmount *, struct thread *,
|
||||
const char *, int);
|
||||
void nfs_down(struct nfsreq *, struct nfsmount *, struct thread *,
|
||||
|
|
|
|||
Loading…
Reference in a new issue