STABLE14-solaris-but-seriously-20070105

guess chas had the right idea


(cherry picked from commit b5dbc4fe60)
This commit is contained in:
Derrick Brashear 2007-01-05 05:05:22 +00:00
parent 1d6e7f5067
commit f8a6b76df7

View File

@ -87,7 +87,7 @@ typedef struct afs_bozoLock afs_bozoLock_t;
#define ENDMAC } while (0)
#if defined(AFS_SUN57_ENV)
#define MyPidxx (curthread->t_tid)
#define MyPidxx (curthread->t_did)
#else
#if defined(AFS_OBSD_ENV) || defined(AFS_SUN5_ENV)
#define MyPidxx (curproc->p_pid)