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] blktap2: fix a compilation error (missing

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] blktap2: fix a compilation error (missing PATH_MAX)
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 30 May 2009 02:30:21 -0700
Delivery-date: Sat, 30 May 2009 02:31:51 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/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 Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1243585695 -3600
# Node ID 50e048b77ad180e6f32defde3c646b96a5c3626f
# Parent  02cee9e4363e1687c74cbc56125c458ed071bdd2
blktap2: fix a compilation error (missing PATH_MAX)

Signed-off-by: KUWAMURA Shin'ya <kuwa@xxxxxxxxxxxxxx>
---
 tools/blktap2/drivers/block-qcow.c |    1 +
 1 files changed, 1 insertion(+)

diff -r 02cee9e4363e -r 50e048b77ad1 tools/blktap2/drivers/block-qcow.c
--- a/tools/blktap2/drivers/block-qcow.c        Fri May 29 09:27:31 2009 +0100
+++ b/tools/blktap2/drivers/block-qcow.c        Fri May 29 09:28:15 2009 +0100
@@ -35,6 +35,7 @@
 #include <inttypes.h>
 #include <libaio.h>
 #include <openssl/md5.h>
+#include <limits.h>
 #include "bswap.h"
 #include "aes.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] blktap2: fix a compilation error (missing PATH_MAX), Xen patchbot-unstable <=