mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
rpmlint-try2-20090629
LICENSE IPL10 FIXES 124951 remove unneeded return; fix iob initialization for curpag pioctl
This commit is contained in:
parent
a50fa631ca
commit
58024c1684
@ -683,7 +683,6 @@ afs_xioctl(void)
|
||||
#if defined(AFS_OSF_ENV) || defined(AFS_DARWIN_ENV) || defined(AFS_XBSD_ENV)
|
||||
return (code);
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
#endif /* AFS_SGI_ENV */
|
||||
#endif /* AFS_HPUX102_ENV */
|
||||
|
@ -1622,7 +1622,7 @@ ktc_curpag(void)
|
||||
afs_int32 pag;
|
||||
|
||||
/* now setup for the pioctl */
|
||||
iob.in = -1;
|
||||
iob.in = NULL;
|
||||
iob.in_size = 0;
|
||||
iob.out = &pag;
|
||||
iob.out_size = sizeof(afs_int32);
|
||||
|
Loading…
x
Reference in New Issue
Block a user