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] trivial libxc portability patch

To: <xen-devel@xxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] trivial libxc portability patch
From: "Charles Coffing" <ccoffing@xxxxxxxxxx>
Date: Fri, 10 Dec 2004 14:34:26 -0700
Delivery-date: Fri, 10 Dec 2004 21:35:42 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
The installed Xen header files (/usr/include/xen/*) expect the U8, u16,
u32, etc types to already be defined.  Currently, xc.h provides this in
a nonportable way.  I've changed xc.h to use stdint.h, and fixed a few
printf-style format strings to match.

Thanks,
Charles

Attachment: xc-types.patch
Description: Binary data

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] trivial libxc portability patch, Charles Coffing <=