SHA256
1
0
forked from pool/unison
unison/unison-ocaml.patch
OBS User autobuild 5e567d3adc Accepting request 49945 from network
Copy from network/unison based on submit request 49945 from user coolo

OBS-URL: https://build.opensuse.org/request/show/49945
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unison?expand=0&rev=19
2010-10-07 22:14:22 +00:00

14 lines
466 B
Diff

Index: unison-2.32.52/update.mli
===================================================================
--- unison-2.32.52.orig/update.mli
+++ unison-2.32.52/update.mli
@@ -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