forked from pool/unison
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
14 lines
466 B
Diff
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
|