[Cluster-devel] cluster/fence/agents/xvm ip_lookup.c

lhh at sourceware.org lhh at sourceware.org
Wed Nov 1 18:29:19 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	lhh at sourceware.org	2006-11-01 18:29:19

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

Log message:
	Apply patch to fix build on newer kernels from Fabio M. Di Nitto <fabbione at ubuntu.com>

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

--- cluster/fence/agents/xvm/ip_lookup.c	2006/10/05 16:11:36	1.1
+++ cluster/fence/agents/xvm/ip_lookup.c	2006/11/01 18:29:19	1.2
@@ -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"
 




More information about the Cluster-devel mailing list