#if defined(AFS_SUN5_ENV)
struct AFS_UCRED **acred = *credpp;
#elif defined(AFS_OBSD_ENV)
- struct AFS_UCRED **acred = p->p_ucred;
+ struct AFS_UCRED **acred = &p->p_ucred;
#else
struct AFS_UCRED **acred = NULL;
#endif
#if defined(AFS_SUN5_ENV)
struct AFS_UCRED **acred = *credp;
#elif defined(AFS_OBSD_ENV)
- struct AFS_UCRED **acred = p->p_ucred;
+ struct AFS_UCRED **acred = &p->p_ucred;
#else
struct AFS_UCRED **acred = NULL;
#endif