ports/net/unison232/files/patch-update.mli.diff
Matthias Andree 82dcc2798d Really pull upstream fix to allow compilation with the updated ocaml 3.12.
There seem to be CVS state messup issues.
2011-04-05 09:58:42 +00:00

13 lines
501 B
Diff

Source: https://webdav.seas.upenn.edu/viewvc/unison/branches/2.40/src/update.mli?view=patch&r1=435&r2=457&pathrev=457
--- ./update.mli 2010/04/15 17:29:31 435
+++ ./update.mli 2010/07/19 13:05:04 457
@@ -1,7 +1,7 @@
(* Unison file synchronizer: src/update.mli *)
(* Copyright 1999-2009, Benjamin C. Pierce (see COPYING for details) *)
-module NameMap : Map.S with type key = Name.t
+module NameMap : MyMap.S with type key = Name.t
type archive =
ArchiveDir of Props.t * archive NameMap.t