Send Linux-ha-cvs mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Linux-ha-cvs digest..."
Today's Topics:
1. Linux-HA CVS: cim by davidlee from
([email protected])
2. Linux-HA CVS: lib by lars from ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Tue, 13 Dec 2005 07:56:59 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: cim by davidlee from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : davidlee
Host :
Project : linux-ha
Module : cim
Dir : linux-ha/cim
Modified Files:
linuxha_info.h
Log Message:
portability fix
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/cim/linuxha_info.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- linuxha_info.h 15 Nov 2005 06:41:00 -0000 1.3
+++ linuxha_info.h 13 Dec 2005 14:56:58 -0000 1.4
@@ -25,7 +25,9 @@
#define _LINUXHA_INFO_H
-#include <stdint.h> /* for uint32_t */
+#ifdef HAVE_STDINT_H
+#include <stdint.h> /* location of uint32_t on some OSes */
+#endif
#include <hb_api.h>
#include <clplumbing/cl_uuid.h>
#include <saf/ais.h>
------------------------------
Message: 2
Date: Tue, 13 Dec 2005 11:41:45 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: lib by lars from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : lars
Host :
Project : linux-ha
Module : lib
Dir : linux-ha/lib/mgmt
Modified Files:
Makefile.am
Log Message:
Another missing build dependency :-(
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/lib/mgmt/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Makefile.am 7 Dec 2005 09:36:14 -0000 1.4
+++ Makefile.am 13 Dec 2005 18:41:45 -0000 1.5
@@ -54,6 +54,8 @@
pymgmt_wrap.c : pymgmt.i
$(SWIG) -python -o $@ $^
+pymgmt.py: pymgmt_wrap.c
+
install-exec-local:
$(mkinstalldirs) $(DESTDIR)$(mgmtdir)
-chgrp $(apigid) $(DESTDIR)/$(mgmtdir)
------------------------------
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
End of Linux-ha-cvs Digest, Vol 25, Issue 31
********************************************