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.

12 lines
496 B

  1. diff -ruN unison-2.9.20/ubase/util.ml unison-2.9.20-avm/ubase/util.ml
  2. --- unison-2.9.20/ubase/util.ml 2002-08-19 23:15:04.000000000 +0200
  3. +++ unison-2.9.20-avm/ubase/util.ml 2003-11-10 22:46:21.000000000 +0100
  4. @@ -217,7 +217,7 @@
  5. close_in c;
  6. match l with
  7. "Darwin" -> true
  8. - | "linux" | "FreeBSD" | "SunOS" -> false
  9. + | "Linux" | "FreeBSD" | "SunOS" -> false
  10. | _ ->
  11. Printf.printf
  12. "Warning: 'uname' returned unrecognized result (%s) in Util.isOSX.\n"