[BACK]Return to patch-src_OpenThreads_pthreads_PThread_c++ CVS log [TXT][DIR] Up to [local] / ports / graphics / osg / patches

Annotation of ports/graphics/osg/patches/patch-src_OpenThreads_pthreads_PThread_c++, Revision 1.1.1.1

1.1       yason       1: $OpenBSD$
                      2: --- src/OpenThreads/pthreads/PThread.c++.orig  Fri Jan 30 13:10:00 2009
                      3: +++ src/OpenThreads/pthreads/PThread.c++       Fri Jan 30 13:10:29 2009
                      4: @@ -21,6 +21,7 @@
                      5:  #include <sys/types.h>
                      6:  #include <unistd.h>
                      7:  #include <pthread.h>
                      8: +#include <pthread_np.h>
                      9:
                     10:  #if defined __linux || defined __sun || defined __APPLE__
                     11:  #include <string.h>

CVSweb