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] Use limits.h in Mini-OS for UINT_MAX, INT_MAX, and C

To: Steven Smith <sos22@xxxxxxxxx>, Grzegorz Milos <gm281@xxxxxxxxx>
Subject: [Xen-devel] [PATCH] Use limits.h in Mini-OS for UINT_MAX, INT_MAX, and CHAR_BITS.
From: ramsdell@xxxxxxxxx (John D. Ramsdell)
Date: 02 Aug 2006 16:14:15 -0400
Cc: ramsdell@xxxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxx, sos22@xxxxxxxxxxxxx
Delivery-date: Wed, 02 Aug 2006 13:14:46 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
In Mini-OS, including the ANSI Standard header file limits.h causes
warnings about redefinitions of UINT_MAX, INT_MAX, and CHAR_BITS.
This patch eliminates the warnings by obtaining the definitions from
limits.h.

John

Attachment: limits.patch
Description: Use limits.h in Mini-OS for UINT_MAX, INT_MAX, and CHAR_BITS

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] Use limits.h in Mini-OS for UINT_MAX, INT_MAX, and CHAR_BITS., John D. Ramsdell <=