001-linux3x-fix.patch 275 B

123456789101112
  1. --- pthsem-2.0.8/acinclude.m4
  2. +++ pthsem-2.0.8/acinclude.m4
  3. @@ -892,6 +892,8 @@
  4. case "x`uname -r`" in
  5. changequote(, )dnl
  6. x2.[23456789]* ) ;;
  7. +changequote(, )dnl
  8. + x3.* ) ;;
  9. changequote([, ])
  10. * ) braindead=yes ;;
  11. esac