mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
471 B

  1. The usual gcc-3.4 fixes.
  2. - Rene Rebe <rene@rocklinux.org>
  3. diff -ur commoncpp2-1.0.13-orig/include/cc++/thread.h commoncpp2-1.0.13/include/cc++/thread.h
  4. --- commoncpp2-1.0.13-orig/include/cc++/thread.h 2003-06-07 01:16:45.000000000 +0200
  5. +++ commoncpp2-1.0.13/include/cc++/thread.h 2004-05-04 18:03:06.000000000 +0200
  6. @@ -1080,7 +1080,7 @@
  7. static Thread* _main;
  8. Thread *_parent;
  9. - enum Cancel _cancel;
  10. + Cancel _cancel;
  11. Semaphore *_start;
  12. // private data