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] Use xenctrl.h, not xc_private.h.

# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID f3d2e36597864b7a716544e42e2aec436bed494f
# Parent  c9184cc4d1d15c75aaf50622576587421053bb00
Use xenctrl.h, not xc_private.h.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>

diff -r c9184cc4d1d1 -r f3d2e3659786 tools/python/xen/lowlevel/xc/xc.c
--- a/tools/python/xen/lowlevel/xc/xc.c Thu Dec 22 16:15:33 2005
+++ b/tools/python/xen/lowlevel/xc/xc.c Tue Jan  3 16:26:24 2006
@@ -16,7 +16,7 @@
 #include <netdb.h>
 #include <arpa/inet.h>
 
-#include "xc_private.h"
+#include "xenctrl.h"
 
 /* Needed for Python versions earlier than 2.3. */
 #ifndef PyMODINIT_FUNC

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Use xenctrl.h, not xc_private.h., Xen patchbot -unstable <=