# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID 8cca42e2610a10c2eac5c45eb749cb654f2990c0
# Parent 247fc1245b217d33d299abfe88d10fa3ddb6a026
Revert inadvertent code change from "replace tabs with spaces" changeset.
Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
tools/python/xen/lowlevel/xc/xc.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r 247fc1245b21 -r 8cca42e2610a tools/python/xen/lowlevel/xc/xc.c
--- a/tools/python/xen/lowlevel/xc/xc.c Thu Aug 10 11:54:15 2006 +0100
+++ b/tools/python/xen/lowlevel/xc/xc.c Thu Aug 10 14:29:04 2006 +0100
@@ -336,7 +336,7 @@ static PyObject *pyxc_linux_build(XcObje
"console_evtchn", "image",
/* optional */
"ramdisk", "cmdline", "flags",
- "features", "arch", NULL };
+ "features", NULL };
if ( !PyArg_ParseTupleAndKeywords(args, kwds, "iiis|ssis", kwd_list,
&dom, &store_evtchn,
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|