From: Andrew Deason Date: Tue, 22 Sep 2009 22:36:38 +0000 (-0500) Subject: Remove one more AFS_UCRED struct X-Git-Tag: openafs-devel-1_5_65~51 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=3567441f92349bb21bb42405ecf6ada4844551e5;hp=7edc6694e7632c9736bd1516935604a638165313 Remove one more AFS_UCRED struct After 8a8244dd351f865af2da3b5ebb746ba57723b6a9, AFS_UCRED is no longer assumed to be a struct. Fix one instance that still declares it as a struct. Reviewed-on: http://gerrit.openafs.org/487 Tested-by: Derrick Brashear Reviewed-by: Derrick Brashear --- diff --git a/src/afs/afs_pioctl.c b/src/afs/afs_pioctl.c index abe0ac0..bd4a5f2 100644 --- a/src/afs/afs_pioctl.c +++ b/src/afs/afs_pioctl.c @@ -3970,7 +3970,7 @@ DECL_PIOCTL(PSetRxkcrypt) #define PIOCTL_HEADER 6 static int HandleClientContext(struct afs_ioctl *ablob, int *com, - AFS_UCRED **acred, struct AFS_UCRED *credp) + AFS_UCRED **acred, AFS_UCRED *credp) { char *ain, *inData; afs_uint32 hostaddr;