CVSROOT:        /cvs/cluster
Module name:    cluster
Changes by:     [EMAIL PROTECTED]       2008-01-08 22:12:19

Modified files:
        fence/agents/xvm: ip_lookup.c 

Log message:
        Roll back previous patch to ip_lookup.c

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/xvm/ip_lookup.c.diff?cvsroot=cluster&r1=1.5&r2=1.6

--- cluster/fence/agents/xvm/ip_lookup.c        2008/01/08 15:05:24     1.5
+++ cluster/fence/agents/xvm/ip_lookup.c        2008/01/08 22:12:19     1.6
@@ -32,6 +32,10 @@
 #include <stdlib.h>
 #include <netdb.h>
 
+#ifndef IFA_MAX
+#include <linux/if_addr.h>
+#endif
+
 /* Local includes */
 #include "ip_lookup.h"
 #include "debug.h"

Reply via email to