updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / unison-232 / unison-ssh-ocaml.patch
blob1b9c66c7fe4ccdc563993bc39956cfcfd2b9f520
1 Index: src/terminal.ml
2 ===================================================================
3 --- src/terminal.ml (révision 463)
4 +++ src/terminal.ml (copie de travail)
5 @@ -191,7 +191,6 @@
6 exit 127
7 end
8 | childPid ->
9 - Unix.close slaveFd;
10 (Some masterFd, childPid)
11 end
13 Index: src/update.mli
14 ===================================================================
15 --- src/update.mli (révision 463)
16 +++ src/update.mli (copie de travail)
17 @@ -1,7 +1,7 @@
18 (* Unison file synchronizer: src/update.mli *)
19 (* Copyright 1999-2009, Benjamin C. Pierce (see COPYING for details) *)
21 -module NameMap : Map.S with type key = Name.t
22 +module NameMap : MyMap.S with type key = Name.t
24 type archive =
25 ArchiveDir of Props.t * archive NameMap.t