WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] [IA64] Typo fix

# HG changeset patch
# User Alex Williamson <alex.williamson@xxxxxx>
# Date 1183408176 21600
# Node ID 813e945ef5b6a0ca3a98ea1700bad1483cee12d9
# Parent  d146700adf714cdc13f924ab0de1dc895b6927f8
[IA64] Typo fix

Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
 tools/ioemu/vl.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r d146700adf71 -r 813e945ef5b6 tools/ioemu/vl.h
--- a/tools/ioemu/vl.h  Mon Jul 02 12:19:26 2007 -0600
+++ b/tools/ioemu/vl.h  Mon Jul 02 14:29:36 2007 -0600
@@ -1504,7 +1504,7 @@ static inline void xc_domain_shutdown_ho
        xc_ia64_save_to_nvram(xc_handle, domid);
 }
 #else
-#define xc_domain_shutdown_hook(xc_handle. domid)      do {} while (0)
+#define xc_domain_shutdown_hook(xc_handle, domid)      do {} while (0)
 #endif
 
 #endif /* VL_H */

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [IA64] Typo fix, Xen patchbot-unstable <=