mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
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:
parent
7005aec9a4
commit
e7b59fb025
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user