mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
darwin: fix fixed setpag error handling
looks like testing 9da7f3cc73
failed to have the right dependencies. fixing the fix!
Change-Id: Ib295e819667c895bfe52c4d5b217ebbeaf1e4c52
Reviewed-on: http://gerrit.openafs.org/3542
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
98c6aadfa1
commit
f32a0df37b
@ -61,7 +61,7 @@ lsetpag(void)
|
||||
|
||||
rval = ioctl_afs_syscall(AFSCALL_SETPAG,0,0,0,0,0,0,&errcode);
|
||||
if (rval) {
|
||||
errorcode = rval;
|
||||
errcode = rval;
|
||||
}
|
||||
#elif defined(AFS_SUN511_ENV)
|
||||
int rval;
|
||||
|
Loading…
Reference in New Issue
Block a user