public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2/lib/locking file_locking.c
@ 2008-11-12  9:30 zkabelac
  0 siblings, 0 replies; only message in thread
From: zkabelac @ 2008-11-12  9:30 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac@sourceware.org	2008-11-12 09:30:53

Modified files:
	lib/locking    : file_locking.c 

Log message:
	* minor compilator warning fix for improper function declaration.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/locking/file_locking.c.diff?cvsroot=lvm2&r1=1.40&r2=1.41

--- LVM2/lib/locking/file_locking.c	2008/11/03 22:14:29	1.40
+++ LVM2/lib/locking/file_locking.c	2008/11/12 09:30:52	1.41
@@ -92,7 +92,7 @@
 	_release_lock(NULL, 0);
 }
 
-static void _remove_ctrl_c_handler()
+static void _remove_ctrl_c_handler(void)
 {
 	siginterrupt(SIGINT, 0);
 	if (!_handler_installed)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-12  9:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-12  9:30 LVM2/lib/locking file_locking.c zkabelac

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).