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] Fix PERROR.

# HG changeset patch
# User Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Node ID 3859131c0b8b1c6ef88db6622321146a9500f998
# Parent  6a6748da20398bd9c6a619cc8ec018ba4e8daaf0
Fix PERROR.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
 tools/libxc/xc_private.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 6a6748da2039 -r 3859131c0b8b tools/libxc/xc_private.h
--- a/tools/libxc/xc_private.h  Thu Dec 07 17:47:43 2006 +0000
+++ b/tools/libxc/xc_private.h  Thu Dec 07 17:48:35 2006 +0000
@@ -63,7 +63,7 @@ void xc_set_error(int code, const char *
 
 #define ERROR(_m, _a...)  xc_set_error(XC_INTERNAL_ERROR, _m , ## _a )
 #define PERROR(_m, _a...) xc_set_error(XC_INTERNAL_ERROR, _m " (%d = %s)", \
-                                       _m , ## _a , errno, strerror(errno))
+                                       ## _a , errno, strerror(errno))
 
 int lock_pages(void *addr, size_t len);
 void unlock_pages(void *addr, size_t len);

_______________________________________________
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] Fix PERROR., Xen patchbot-unstable <=