From 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 17:12:47 +0000 Subject: Rename all patches that contain '::' as a path separator, and use '__' instead. --- devel/ocamlweb/files/patch-ocaml-parser__terminfo.mli | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 devel/ocamlweb/files/patch-ocaml-parser__terminfo.mli (limited to 'devel/ocamlweb/files/patch-ocaml-parser__terminfo.mli') diff --git a/devel/ocamlweb/files/patch-ocaml-parser__terminfo.mli b/devel/ocamlweb/files/patch-ocaml-parser__terminfo.mli new file mode 100644 index 000000000000..6b6796a10b10 --- /dev/null +++ b/devel/ocamlweb/files/patch-ocaml-parser__terminfo.mli @@ -0,0 +1,14 @@ +--- ocaml-parser/terminfo.mli-- Mon Aug 16 21:37:42 2004 ++++ ocaml-parser/terminfo.mli Mon Aug 16 21:37:56 2004 +@@ -19,7 +19,7 @@ + | Bad_term + | Good_term of int (* number of lines of the terminal *) + ;; +-external setup : out_channel -> status = "terminfo_setup";; +-external backup : int -> unit = "terminfo_backup";; +-external standout : bool -> unit = "terminfo_standout";; +-external resume : int -> unit = "terminfo_resume";; ++external setup : out_channel -> status = "caml_terminfo_setup";; ++external backup : int -> unit = "caml_terminfo_backup";; ++external standout : bool -> unit = "caml_terminfo_standout";; ++external resume : int -> unit = "caml_terminfo_resume";; -- cgit v1.2.3