[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |