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] Console daemon - remove duplicate include

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Console daemon - remove duplicate include.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 04 Jun 2007 03:15:36 -0700
Delivery-date: Mon, 04 Jun 2007 03:23:56 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Date 1180011481 -3600
# Node ID 6223d154e55f6cf7144c758979e6d3364d5d436e
# Parent  fe0499f6235c964d385cdcb6b9127f5601186cea
Console daemon - remove duplicate include.
Signed-off-by: Mats Petersson <mats.petersson@xxxxxxx>
---
 tools/console/daemon/io.c |    1 -
 1 files changed, 1 deletion(-)

diff -r fe0499f6235c -r 6223d154e55f tools/console/daemon/io.c
--- a/tools/console/daemon/io.c Thu May 24 13:56:58 2007 +0100
+++ b/tools/console/daemon/io.c Thu May 24 13:58:01 2007 +0100
@@ -22,7 +22,6 @@
 
 #include "utils.h"
 #include "io.h"
-#include <xenctrl.h>
 #include <xs.h>
 #include <xen/io/console.h>
 #include <xenctrl.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] Console daemon - remove duplicate include., Xen patchbot-unstable <=