SOURCES: heartbeat-type.patch (NEW) - missing 'int'
    zbyniu 
    zbyniu at pld-linux.org
       
    Sat Jan 27 23:00:25 CET 2007
    
    
  
Author: zbyniu                       Date: Sat Jan 27 22:00:25 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- missing 'int'
---- Files affected:
SOURCES:
   heartbeat-type.patch (NONE -> 1.1)  (NEW)
---- Diffs:
================================================================
Index: SOURCES/heartbeat-type.patch
diff -u /dev/null SOURCES/heartbeat-type.patch:1.1
--- /dev/null	Sat Jan 27 23:00:25 2007
+++ SOURCES/heartbeat-type.patch	Sat Jan 27 23:00:20 2007
@@ -0,0 +1,11 @@
+--- heartbeat-2.0.7/lib/clplumbing/cl_msg.c	2007-01-27 17:08:26.135301000 +0000
++++ heartbeat-2.0.7/lib/clplumbing/cl_msg.c~	2007-01-27 17:09:14.691011000 +0000
+@@ -225,7 +225,7 @@ list_cleanup(GList* list)
+ 
+ /* Create a new (empty) message */
+ struct ha_msg *
+-ha_msg_new(nfields)
++ha_msg_new(int nfields)
+ {
+ 	struct ha_msg *	ret;
+ 	int	nalloc;
================================================================
    
    
More information about the pld-cvs-commit
mailing list