Displaying 2 results from an estimated 2 matches for "c2472ded5c7c".
2008 Aug 26
1
[PATCH] stubdom: int32_t is provided by stdint.h, not sys/types.h
stubdom: int32_t is provided by stdint.h, not sys/types.h
diff -r c2472ded5c7c extras/mini-os/include/posix/dirent.h
--- a/extras/mini-os/include/posix/dirent.h Tue Aug 26 15:16:57 2008 +0100
+++ b/extras/mini-os/include/posix/dirent.h Tue Aug 26 16:43:27 2008 +0100
@@ -1,7 +1,7 @@
#ifndef _POSIX_DIRENT_H
#define _POSIX_DIRENT_H
-#include <sys/types.h>
+#include <...
2008 Aug 26
0
[PATCH] xend: fix LinuxImageHandler debugging output
xend: fix LinuxImageHandler debugging output
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff -r c2472ded5c7c tools/python/xen/xend/image.py
--- a/tools/python/xen/xend/image.py Tue Aug 26 15:16:57 2008 +0100
+++ b/tools/python/xen/xend/image.py Tue Aug 26 17:06:09 2008 +0100
@@ -637,8 +637,9 @@ class LinuxImageHandler(ImageHandler):
log.debug("ramdisk = %s", self.ramdisk)...