mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 07:59:23 +00:00
Add prototype for coda_pathconf() that I missed in the previous commit.
This commit is contained in:
parent
ca49234e7c
commit
9d3570325d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111908
@ -78,6 +78,7 @@ int coda_islocked(void *);
|
||||
int coda_vop_error(void *);
|
||||
int coda_vop_nop(void *);
|
||||
int coda_fbsd_getpages (void *);
|
||||
int coda_pathconf(void *);
|
||||
|
||||
int coda_rdwr(struct vnode *vp, struct uio *uiop, enum uio_rw rw,
|
||||
int ioflag, struct ucred *cred, struct thread *td);
|
||||
|
@ -78,6 +78,7 @@ int coda_islocked(void *);
|
||||
int coda_vop_error(void *);
|
||||
int coda_vop_nop(void *);
|
||||
int coda_fbsd_getpages (void *);
|
||||
int coda_pathconf(void *);
|
||||
|
||||
int coda_rdwr(struct vnode *vp, struct uio *uiop, enum uio_rw rw,
|
||||
int ioflag, struct ucred *cred, struct thread *td);
|
||||
|
Loading…
Reference in New Issue
Block a user