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] Fix a couple of typos.

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 7a41b35d73f40246ea839a0628f50dd937b21d50
# Parent  c89d62e7015a25a48225daa929616a5ed44205b4
Fix a couple of typos.

Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>

diff -r c89d62e7015a -r 7a41b35d73f4 tools/ioemu/hw/vga.c
--- a/tools/ioemu/hw/vga.c      Mon Apr 10 16:25:42 2006
+++ b/tools/ioemu/hw/vga.c      Mon Apr 10 16:28:02 2006
@@ -1378,7 +1378,7 @@
             : "=a" (eax), "=d" (edx)
             : "0" (op)
             : "cx");
-#undef __ebx
+#undef __bx
 
     return edx;
 }
diff -r c89d62e7015a -r 7a41b35d73f4 xen/Makefile
--- a/xen/Makefile      Mon Apr 10 16:25:42 2006
+++ b/xen/Makefile      Mon Apr 10 16:28:02 2006
@@ -48,7 +48,7 @@
 
 endif
 
-.PHONY: install
+.PHONY: dist
 dist: install
 
 .PHONY: debug

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix a couple of typos., Xen patchbot -unstable <=