CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL5
Changes by: [EMAIL PROTECTED] 2008-01-08 15:03:02
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&only_with_tag=RHEL5&r1=1.2.2.2&r2=1.2.2.3
--- cluster/fence/agents/xvm/ip_lookup.c 2007/10/10 16:14:15 1.2.2.2
+++ cluster/fence/agents/xvm/ip_lookup.c 2008/01/08 15:03:01 1.2.2.3
@@ -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"