diff options
author | James Meyer <james.meyer@operamail.com> | 2010-09-08 07:32:44 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-09-08 07:32:44 (GMT) |
commit | 592e3cad43ef12c53f523145d0fd981b54f2a049 (patch) | |
tree | 96bc19de3ec1f81bfab1719c384913b5588e2ce1 /abs/extra-testing/unison/ocaml-3.08-extnames.patch | |
parent | 5e7027c6194237ca1dc5fcbb3648483a970fb500 (diff) | |
download | linhes_pkgbuild-592e3cad43ef12c53f523145d0fd981b54f2a049.zip linhes_pkgbuild-592e3cad43ef12c53f523145d0fd981b54f2a049.tar.gz linhes_pkgbuild-592e3cad43ef12c53f523145d0fd981b54f2a049.tar.bz2 |
unison: update to 2.32 to match the updated server versoin.
Diffstat (limited to 'abs/extra-testing/unison/ocaml-3.08-extnames.patch')
-rw-r--r-- | abs/extra-testing/unison/ocaml-3.08-extnames.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/abs/extra-testing/unison/ocaml-3.08-extnames.patch b/abs/extra-testing/unison/ocaml-3.08-extnames.patch deleted file mode 100644 index e959be2..0000000 --- a/abs/extra-testing/unison/ocaml-3.08-extnames.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -ur unison-2.9.1/ubase/uprintf.ml unison-2.9.1.patched/ubase/uprintf.ml ---- unison-2.9.1/ubase/uprintf.ml 2002-04-11 07:13:23.000000000 +0200 -+++ unison-2.9.1.patched/ubase/uprintf.ml 2004-08-08 14:10:09.784776851 +0200 -@@ -10,8 +10,8 @@ - (* *) - (***********************************************************************) - --external format_int: string -> int -> string = "format_int" --external format_float: string -> float -> string = "format_float" -+external format_int: string -> int -> string = "caml_format_int" -+external format_float: string -> float -> string = "caml_format_float" - - let fprintf outchan doafter format = - let format = (Obj.magic format : string) in |