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

[Xen-devel] [PATCH] xendbooloader bugfix

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] xendbooloader bugfix
From: aq <aquynh@xxxxxxxxx>
Date: Wed, 25 May 2005 13:19:17 +0900
Delivery-date: Wed, 25 May 2005 04:18:39 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=drDDB1DmJwTjIkq0T7coF5sw1KgtY4hoZ/Zw2fDsDuDAFm96u5JaAfTIgFLmXmXCbHYN2LLs9US259HuKjRH9613k/8ozstpUapgvssgqTF/osecwnp6MzSGooBoBJLnDq0Y8jxUGsvJ8h+47mrkV/GFUq4/AAZYbpjVDl+BtoI=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: aq <aquynh@xxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
hello,

this patch fixes a wrong email address and replaces a number (errno)
with a defined constant to make it more portable.

Signed-off-by: Nguyen Anh Quynh <aquynh@xxxxxxxxx

$ diffstat xendbootloader.patch 
 XendBootloader.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

Attachment: xendbootloader.patch
Description: Binary data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] xendbooloader bugfix, aq <=