Merge.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 8 Aug 2008 13:51:00 +0000 (14:51 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 8 Aug 2008 13:51:00 +0000 (14:51 +0100)
1  2 
lib/virt_mem_utsname.ml

@@@ -78,6 -78,8 +78,8 @@@ let find_utsname debug ({ domname = nam
          parse_utsname bits
            with
              Not_found ->
-               eprintf (f_"%s: could not find utsname in kernel image\n") name
+               eprintf (f_"%s: could not find utsname in kernel image\n")
+                 name;
+               None
    in
 -  (image, ksymmap, utsname)
 +  image, utsname