OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. 7f59eb93f09eff525f136c91883347d1f7f8b9b8
Gerrit Code Review
gerrit@openafs.org
Tue, 13 Oct 2009 09:55:30 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_4_x branch:
commit 7f59eb93f09eff525f136c91883347d1f7f8b9b8
Author: Andrew Deason <adeason@sinenomine.net>
Date: Tue Oct 13 11:20:51 2009 -0500
Remove extra arguments to afs_syscall_call
Someone appears to have mistaken afs_syscall_call for
afs_syscall_pioctl, and passed rvp and CRED to afs_syscall_call on
solaris (afs_syscall_call always takes 6 arguments; afs_syscall_pioctl
takes various arguments depending on the platform). After
b1ff4a0b1115f5739c0365cc963189b1f931971f, this breaks the client build
on AFS_SUN5_ENV, but only because it added prototypes for
afs_syscall_call; it looks like it's always been wrong, but it was never
noticed.
Reviewed-on: http://gerrit.openafs.org/653
Tested-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afs/afs_call.c | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
--
OpenAFS Master Repository