linux trivially track host signedness in afs_prototypes.h

track host signedness in definition of afs_nfsclient_reqhandler, which
changed in 7d1bbee02a.

Change-Id: If85cbbb36c138fbe6ded93ba7c1c2af31825f5bb
Reviewed-on: http://gerrit.openafs.org/2267
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
Matt Benjamin 2010-06-27 20:00:37 -04:00 committed by Derrick Brashear
parent 7005aec9a4
commit e7b59fb025

View File

@ -121,7 +121,7 @@ int osi_linux_nfs_initreq(struct vrequest *av, afs_ucred_t *cr, int *code)
int
afs_nfsclient_reqhandler(struct afs_exporter *exporter,
afs_ucred_t **cred,
afs_int32 host, afs_int32 *pagparam,
afs_uint32 host, afs_int32 *pagparam,
struct afs_exporter **outexporter)
{
return EINVAL;