From: Shawn Landden Date: Sat, 20 Jul 2013 17:15:13 +0000 (-0700) Subject: shared: fix build on !x86 X-Git-Tag: v206~9 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=3c475ce44e6b3b5bd6b22cff11a1322dabd95ba0;ds=sidebyside shared: fix build on !x86 --- diff --git a/src/shared/virt.c b/src/shared/virt.c index 1abd6863e..4f8134a77 100644 --- a/src/shared/virt.c +++ b/src/shared/virt.c @@ -29,6 +29,8 @@ /* Returns a short identifier for the various VM implementations */ int detect_vm(const char **id) { + _cleanup_free_ char *cpuinfo_contents = NULL; + int r; #if defined(__i386__) || defined(__x86_64__) @@ -67,8 +69,6 @@ int detect_vm(const char **id) { const char *j, *k; bool hypervisor; _cleanup_free_ char *hvtype = NULL; - _cleanup_free_ char *cpuinfo_contents = NULL; - int r; /* Try high-level hypervisor sysfs file first: *