From mboxrd@z Thu Jan 1 00:00:00 1970 From: lhh@sourceware.org Date: 8 Jan 2008 15:03:02 -0000 Subject: [Cluster-devel] cluster/fence/agents/xvm ip_lookup.c Message-ID: <20080108150302.3407.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: lhh at sourceware.org 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 #include -#ifndef IFA_MAX -#include -#endif - /* Local includes */ #include "ip_lookup.h" #include "debug.h"