You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ml/ocamldap/files/ocaml-4.02.patch

14 lines
328 B

diff --git a/src/ldap_ooclient.ml b/src/ldap_ooclient.ml
index 79fd51d..7ffa39e 100644
--- a/src/ldap_ooclient.ml
+++ b/src/ldap_ooclient.ml
@@ -23,7 +23,7 @@
open Ldap_types
open Ldap_funclient
open Ldap_schemaparser
-open String
+let lowercase = String.lowercase
(* types used throughout the library *)
(* add types *)