From: fabbione@sourceware.org <fabbione@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/rgmanager ChangeLog src/clulib/vft.c
Date: 24 Dec 2007 05:26:43 -0000 [thread overview]
Message-ID: <20071224052643.1786.qmail@sourceware.org> (raw)
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
reply other threads:[~2007-12-24 5:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071224052643.1786.qmail@sourceware.org \
--to=fabbione@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.