From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean Guyader Subject: [PATCH 1/5] xen: add ssize_t to types.h Date: Thu, 31 May 2012 16:07:08 +0100 Message-ID: <1338476832-26653-2-git-send-email-jean.guyader@citrix.com> References: <1338476832-26653-1-git-send-email-jean.guyader@citrix.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------true" Return-path: In-Reply-To: <1338476832-26653-1-git-send-email-jean.guyader@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: Jean Guyader List-Id: xen-devel@lists.xenproject.org --------------true Content-Type: text/plain; charset="UTF-8"; format=fixed Content-Transfer-Encoding: 8bit Signed-off-by: Jean Guyader --- xen/include/xen/types.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) --------------true Content-Type: text/x-patch; name="0001-xen-add-ssize_t-to-types.h.patch" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="0001-xen-add-ssize_t-to-types.h.patch" diff --git a/xen/include/xen/types.h b/xen/include/xen/types.h index 8596ded..ec992f8 100644 --- a/xen/include/xen/types.h +++ b/xen/include/xen/types.h @@ -58,5 +58,6 @@ typedef __u64 __le64; typedef __u64 __be64; typedef unsigned long uintptr_t; +typedef int ssize_t; #endif /* __TYPES_H__ */ --------------true Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel --------------true--