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-api

[Xen-API] [PATCH]xen-api-lib:remove duplicate include

To: "xen-api@xxxxxxxxxxxxxxxxxxx" <xen-api@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-API] [PATCH]xen-api-lib:remove duplicate include
From: Yang Hongyang <yanghy@xxxxxxxxxxxxxx>
Date: Fri, 23 Apr 2010 17:14:03 +0800
Delivery-date: Fri, 23 Apr 2010 02:13:55 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100415 Thunderbird/3.0.4
trival fix.remove duplicate include

Signed-off-by: Yang Hongyang <yanghy@xxxxxxxxxxxxxx>

diff -r 06f4d30cef5f xc/xc.h
--- a/xc/xc.h   Mon Apr 12 17:54:42 2010 +0100
+++ b/xc/xc.h   Fri Apr 23 17:05:13 2010 +0800
@@ -19,7 +19,6 @@
 #include <xen/sysctl.h>
 #include <xen/domctl.h>
 #include <xen/sched.h>
-#include <xen/sysctl.h>
 #include <xen/platform.h>
 #if XEN_SYSCTL_INTERFACE_VERSION < 4
 #include <xen/linux/privcmd.h>

-- 
Regards
Yang Hongyang

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-API] [PATCH]xen-api-lib:remove duplicate include, Yang Hongyang <=