diff options
author | Mateusz Guzik <mjg@FreeBSD.org> | 2020-07-10 09:01:36 +0000 |
---|---|---|
committer | Mateusz Guzik <mjg@FreeBSD.org> | 2020-07-10 09:01:36 +0000 |
commit | 422f38d8ea13ed8f0247561cf3fdcd71d93ccdfc (patch) | |
tree | e1d0f77d3e36af603fb41222f8adb7e20b6a79c5 /sys/kern/vfs_export.c | |
parent | fb5f5a17ef0a4c25c8f1110c8f4f3f417dfaba01 (diff) | |
download | src-test2-422f38d8ea13ed8f0247561cf3fdcd71d93ccdfc.tar.gz src-test2-422f38d8ea13ed8f0247561cf3fdcd71d93ccdfc.zip |
Notes
Diffstat (limited to 'sys/kern/vfs_export.c')
-rw-r--r-- | sys/kern/vfs_export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_export.c b/sys/kern/vfs_export.c index 329729871278..1dfdbcf67764 100644 --- a/sys/kern/vfs_export.c +++ b/sys/kern/vfs_export.c @@ -512,7 +512,7 @@ vfs_export_lookup(struct mount *mp, struct sockaddr *nam) * Verify that a host should have access to a filesystem. */ -int +int vfs_stdcheckexp(struct mount *mp, struct sockaddr *nam, uint64_t *extflagsp, struct ucred **credanonp, int *numsecflavors, int *secflavors) { |