diff options
Diffstat (limited to 'net/unison/patches/patch-ab')
-rw-r--r-- | net/unison/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/unison/patches/patch-ab b/net/unison/patches/patch-ab new file mode 100644 index 00000000000..4ae17e6a879 --- /dev/null +++ b/net/unison/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.7 2010/08/24 19:01:59 bad Exp $ + +--- update.mli.orig 2009-05-02 02:31:27.000000000 +0000 ++++ update.mli 2010-08-23 22:18:21.000000000 +0000 +@@ -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 |