[Pkg-libvirt-commits] [libguestfs] 290/384: inspector: add /reactos as systemroot
Hilko Bengen
bengen at moszumanska.debian.org
Sun Mar 29 16:57:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit 568a33d7ef2faa0e5fd5be4afebc74e796033573
Author: Maros Zatko <mzatko at redhat.com>
Date: Fri Feb 13 13:05:43 2015 +0100
inspector: add /reactos as systemroot
Fixes RHBZ#709326
Related bug RHBZ#709327 seems to be already fixed in ReactOS 0.4.
---
src/inspect-fs-windows.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/inspect-fs-windows.c b/src/inspect-fs-windows.c
index de5a3a5..0342502 100644
--- a/src/inspect-fs-windows.c
+++ b/src/inspect-fs-windows.c
@@ -107,7 +107,7 @@ guestfs_int_get_windows_systemroot (guestfs_h *g)
{
/* Check a predefined list of common windows system root locations */
static const char *systemroots[] =
- { "/windows", "/winnt", "/win32", "/win", NULL };
+ { "/windows", "/winnt", "/win32", "/win", "/reactos", NULL };
for (size_t i = 0; i < sizeof systemroots / sizeof systemroots[0]; ++i) {
char *systemroot =
--
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