[libvirt] [PATCH] util: Do not use PRIx64 macro

2012-02-10 Thread Osier Yang
It breaks the build on Mingw32, because PRIx64 is coming from the Win32 headers, but virAsprintf uses the gnulib printf. --- src/util/virrandom.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/virrandom.c b/src/util/virrandom.c index 630bc00..151cf4b 100644 -

Re: [libvirt] [PATCH] util: Do not use PRIx64 macro

2012-02-10 Thread Osier Yang
On 2012年02月10日 20:05, Osier Yang wrote: > It breaks the build on Mingw32, because PRIx64 is coming > from the Win32 headers, but virAsprintf uses the gnulib printf. It's pushed under build breaking rule. > --- > src/util/virrandom.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions