
20 Apr
2010
20 Apr
'10
7:26 p.m.
On 04/20/2010 06:42 AM, Jiri Denemark wrote:
--- src/util/util.c | 4 ---- src/util/util.h | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-)
+++ b/src/util/util.h @@ -32,6 +32,10 @@ # include <sys/select.h> # include <sys/types.h>
+# ifndef MIN +# define MIN(a, b) ((a) < (b) ? (a) : (b)) +# endif
Still have my ACK. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org