[Cluster-devel] cluster/dlm/lib libdlm.h

teigland at sourceware.org teigland at sourceware.org
Thu Sep 7 19:17:04 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland at sourceware.org	2006-09-07 19:17:03

Modified files:
	dlm/lib        : libdlm.h 

Log message:
	no void arg in dlm_get_fd prototype was causing warnings

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/lib/libdlm.h.diff?cvsroot=cluster&r1=1.12&r2=1.13

--- cluster/dlm/lib/libdlm.h	2006/02/24 14:42:57	1.12
+++ cluster/dlm/lib/libdlm.h	2006/09/07 19:17:03	1.13
@@ -176,7 +176,7 @@
 /* These two are for users that want to do their
  * own FD handling
  */
-extern int dlm_get_fd();
+extern int dlm_get_fd(void);
 extern int dlm_dispatch(int fd);
 
 /* Lockspace manipulation calls




More information about the Cluster-devel mailing list