CVSROOT:        /cvs/cluster
Module name:    cluster
Changes by:     [EMAIL PROTECTED]       2008-01-08 15:05:24

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

Log message:
        Fix build problem reported by Chris Feist

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

--- cluster/fence/agents/xvm/ip_lookup.c        2007/10/17 18:27:27     1.4
+++ cluster/fence/agents/xvm/ip_lookup.c        2008/01/08 15:05:24     1.5
@@ -32,10 +32,6 @@
 #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