* [Cluster-devel] cluster/fence/agents/xvm ip_lookup.c
@ 2008-01-08 15:03 lhh
0 siblings, 0 replies; 4+ messages in thread
From: lhh @ 2008-01-08 15:03 UTC (permalink / raw)
To: cluster-devel.redhat.com
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 <stdlib.h>
#include <netdb.h>
-#ifndef IFA_MAX
-#include <linux/if_addr.h>
-#endif
-
/* Local includes */
#include "ip_lookup.h"
#include "debug.h"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Cluster-devel] cluster/fence/agents/xvm ip_lookup.c
@ 2008-01-08 22:12 lhh
0 siblings, 0 replies; 4+ messages in thread
From: lhh @ 2008-01-08 22:12 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: lhh at sourceware.org 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"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Cluster-devel] cluster/fence/agents/xvm ip_lookup.c
@ 2008-01-08 15:05 lhh
0 siblings, 0 replies; 4+ messages in thread
From: lhh @ 2008-01-08 15:05 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: lhh at sourceware.org 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"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Cluster-devel] cluster/fence/agents/xvm ip_lookup.c
@ 2006-11-01 18:29 lhh
0 siblings, 0 replies; 4+ messages in thread
From: lhh @ 2006-11-01 18:29 UTC (permalink / raw)
To: cluster-devel.redhat.com
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@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"
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-01-08 22:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-08 15:03 [Cluster-devel] cluster/fence/agents/xvm ip_lookup.c lhh
-- strict thread matches above, loose matches on Subject: below --
2008-01-08 22:12 lhh
2008-01-08 15:05 lhh
2006-11-01 18:29 lhh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).