[Libguestfs] [PATCH 2/3] ocaml: Add handling for errno ENOENT.

Pino Toscano ptoscano at redhat.com
Mon Aug 24 16:28:29 UTC 2015


---
 generator/ocaml.ml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/generator/ocaml.ml b/generator/ocaml.ml
index 7742209..465df3c 100644
--- a/generator/ocaml.ml
+++ b/generator/ocaml.ml
@@ -36,6 +36,7 @@ let ocaml_errnos = [
   "ENOTSUP";
   "EPERM";
   "ESRCH";
+  "ENOENT";
 ]
 
 (* Generate the OCaml bindings interface. *)
-- 
2.1.0




More information about the Libguestfs mailing list