* [Cluster-devel] cluster/rgmanager ChangeLog src/clulib/vft.c
@ 2007-12-24 5:26 fabbione
0 siblings, 0 replies; only message in thread
From: fabbione @ 2007-12-24 5:26 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: fabbione at sourceware.org 2007-12-24 05:26:42
Modified files:
rgmanager : ChangeLog
rgmanager/src/clulib: vft.c
Log message:
Once again change ifdef to fix fail to build on hppa/parisc
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&r1=1.68&r2=1.69
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/vft.c.diff?cvsroot=cluster&r1=1.23&r2=1.24
--- cluster/rgmanager/ChangeLog 2007/12/19 21:34:54 1.68
+++ cluster/rgmanager/ChangeLog 2007/12/24 05:26:42 1.69
@@ -1,3 +1,6 @@
+2007-12-24 Fabio M. Di Nitto <fabbione@ubuntu.com>
+ * src/clulib/vft.c: Change ifdef to fix build on parisc.
+
2007-12-19 Lon Hohberger <lhh@redhat.com>
* include/res-ocf.h: Fix typo
* src/daemons/restree.c: Export reference counts to resource agents.
--- cluster/rgmanager/src/clulib/vft.c 2007/11/30 21:36:28 1.23
+++ cluster/rgmanager/src/clulib/vft.c 2007/12/24 05:26:42 1.24
@@ -734,7 +734,7 @@
if (!fp)
return -1;
-#if defined(__sparc__) || defined(__hppa__) || defined(__sparc64__) || defined (__hppa64__)
+#if defined(__sparc__) || defined(__sparc64__)
rv = fscanf(fp,"%ld.%d %ld.%d\n", &tv->tv_sec, &tv->tv_usec,
&junk.tv_sec, &junk.tv_usec);
#else
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-12-24 5:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-24 5:26 [Cluster-devel] cluster/rgmanager ChangeLog src/clulib/vft.c fabbione
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.