Fixup fromcvs/togit conversion
[pkgsrcv2.git] / www / seamonkey / patches / patch-az
1 $NetBSD: patch-az,v 1.1 2009/11/10 16:06:11 tnn Exp $
2
3 --- mozilla/nsprpub/pr/src/pthreads/ptthread.c.orig     2009-11-02 22:43:08.000000000 +0100
4 +++ mozilla/nsprpub/pr/src/pthreads/ptthread.c
5 @@ -1089,12 +1089,12 @@ PR_IMPLEMENT(void) PR_ProcessExit(PRIntn
6      _exit(status);
7  }
8  
9 -PR_IMPLEMENT(PRUint32) PR_GetThreadID(PRThread *thred)
10 +PR_IMPLEMENT(pthread_t) PR_GetThreadID(PRThread *thred)
11  {
12  #if defined(_PR_DCETHREADS)
13      return (PRUint32)&thred->id;  /* this is really a sham! */
14  #else
15 -    return (PRUint32)thred->id;  /* and I don't know what they will do with it */
16 +    return thred->id;  /* and I don't know what they will do with it */
17  #endif
18  }
19