Date: Tue, 16 Jun 2009 13:52:21 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/nfs nfsport.h src/sys/fs/nfsserver nfs_nfsdstate.c Message-ID: <200906161352.n5GDqiM2078684@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rmacklem 2009-06-16 13:52:21 UTC
FreeBSD src repository
Modified files:
sys/fs/nfs nfsport.h
sys/fs/nfsserver nfs_nfsdstate.c
Log:
SVN rev 194292 on 2009-06-16 13:52:21Z by rmacklem
Remove the "int *" typecast for the aresid argument to vn_rdwr()
and change the type of the argument from size_t to int. This
should avoid issues on 64bit architectures.
Suggested by: kib
Approved by: kib (mentor)
Revision Changes Path
1.11 +1 -1 src/sys/fs/nfs/nfsport.h
1.9 +1 -1 src/sys/fs/nfsserver/nfs_nfsdstate.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906161352.n5GDqiM2078684>
