[Pkg-libvirt-commits] [libguestfs] 39/63: v2v: R_OK is in Unix module

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:43:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.27.39-1
in repository libguestfs.

commit a935db30e5f27ab3f355ad77cabba01a82c53186
Author: Pino Toscano <ptoscano at redhat.com>
Date:   Fri Sep 5 11:29:57 2014 +0200

    v2v: R_OK is in Unix module
---
 v2v/input_disk.ml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/v2v/input_disk.ml b/v2v/input_disk.ml
index 8d69a08..65fffa2 100644
--- a/v2v/input_disk.ml
+++ b/v2v/input_disk.ml
@@ -36,7 +36,7 @@ class input_disk verbose input_format disk = object
 
   method source () =
     (* Check the input file exists and is readable. *)
-    Unix.access disk [R_OK];
+    Unix.access disk [Unix.R_OK];
 
     (* What name should we use for the guest?  We try to derive it from
      * the filename passed in.  Users can override this using the

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list