From: Derrick Brashear Date: Thu, 11 Mar 2004 07:20:31 +0000 (+0000) Subject: irix-afs-osi-credp-declared-elsewhere-20040311 X-Git-Tag: openafs-devel-1_3_60~45 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=70a4232ec9d6b0b0fd4931e255a811afa86e2499;p=packages%2Fo%2Fopenafs.git irix-afs-osi-credp-declared-elsewhere-20040311 revert to 1.2 declaration for irix --- diff --git a/src/afs/afs_osi.c b/src/afs/afs_osi.c index 42dae8f67..a16f51b6f 100644 --- a/src/afs/afs_osi.c +++ b/src/afs/afs_osi.c @@ -40,7 +40,10 @@ lock_t afs_event_lock; flid_t osi_flid; #endif +#ifndef AFS_SGI_ENV +/* I'm unsure where it's really coming from on Irix; afs_osi.h conflicts... */ struct AFS_UCRED *afs_osi_credp; +#endif void osi_Init(void)