also declare and init afs_osi_credp for ukernel.
thanks to nathan for bug report.
long V = 'V';
#endif /* AFS_USR_OSF_ENV */
-struct usr_ucred afs_osi_cred;
+struct usr_ucred afs_osi_cred, *afs_osi_credp;
usr_mutex_t afs_global_lock;
usr_thread_t afs_global_owner;
usr_mutex_t rx_global_lock;
* Initialize the AFS OSI credentials
*/
afs_osi_cred = *afs_global_ucredp;
+ afs_osi_credp = &afs_osi_cred;
}
/* ParseArgs is now obsolete, being handled by cmd */