aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_mountcommon.h
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2010-10-19 11:55:58 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2010-10-19 11:55:58 +0000
commit4d4f9a37210bebd8962868b54cd2d1eb54feafdd (patch)
tree0bb3f3d0e383cfc1f8af48fd6175eaaf0f787f90 /sys/nfs/nfs_mountcommon.h
parentbcc5a93fd7c3bb85785433f69c180dfe33e72371 (diff)
downloadsrc-4d4f9a37210bebd8962868b54cd2d1eb54feafdd.tar.gz
src-4d4f9a37210bebd8962868b54cd2d1eb54feafdd.zip
Fix the type of the 3rd argument for nm_getinfo so that it works
for architectures like sparc64. Suggested by: kib MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=214053
Diffstat (limited to 'sys/nfs/nfs_mountcommon.h')
-rw-r--r--sys/nfs/nfs_mountcommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nfs/nfs_mountcommon.h b/sys/nfs/nfs_mountcommon.h
index fa2547ea6365..c004b9c649f3 100644
--- a/sys/nfs/nfs_mountcommon.h
+++ b/sys/nfs/nfs_mountcommon.h
@@ -34,7 +34,7 @@
* used by the nlm. It includes a function pointer that provides
* a mechanism for getting the client specific info for an nfs vnode.
*/
-typedef void nfs_getinfofromvp_ftype(struct vnode *, uint8_t *, int *,
+typedef void nfs_getinfofromvp_ftype(struct vnode *, uint8_t *, size_t *,
struct sockaddr_storage *, int *, off_t *);
struct nfsmount_common {