git.annexia.org
/
virt-mem.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cc9e7f
)
Fix build when ocaml-gettext is not installed.
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 8 Aug 2008 13:48:11 +0000
(14:48 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 8 Aug 2008 13:48:11 +0000
(14:48 +0100)
lib/virt_mem_utsname.ml
patch
|
blob
|
history
diff --git
a/lib/virt_mem_utsname.ml
b/lib/virt_mem_utsname.ml
index
33ee969
..
149e735
100644
(file)
--- a/
lib/virt_mem_utsname.ml
+++ b/
lib/virt_mem_utsname.ml
@@
-78,6
+78,8
@@
let find_utsname debug ({ domname = name; mem = mem } as image, ksymmap) =
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)