* LVM2 daemons/common/daemon-server.h lib/comman ...
@ 2011-09-01 13:25 zkabelac
0 siblings, 0 replies; only message in thread
From: zkabelac @ 2011-09-01 13:25 UTC (permalink / raw)
To: lvm-devel
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: zkabelac at sourceware.org 2011-09-01 13:25:50
Modified files:
daemons/common : daemon-server.h
lib/commands : toolcontext.c
Log message:
Keep the old-style prototypes
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/daemons/common/daemon-server.h.diff?cvsroot=lvm2&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/commands/toolcontext.c.diff?cvsroot=lvm2&r1=1.131&r2=1.132
--- LVM2/daemons/common/daemon-server.h 2011/08/31 12:39:58 1.11
+++ LVM2/daemons/common/daemon-server.h 2011/09/01 13:25:50 1.12
@@ -114,6 +114,6 @@
daemon_reply daemon_takeover(daemon_info i, daemon_request r);
/* Call this to request a clean shutdown of the daemon. Async safe. */
-void daemon_stop();
+void daemon_stop(void);
#endif
--- LVM2/lib/commands/toolcontext.c 2011/08/30 14:55:16 1.131
+++ LVM2/lib/commands/toolcontext.c 2011/09/01 13:25:50 1.132
@@ -206,7 +206,7 @@
* 856a6f1dbd8940e72755af145ebcd806408ecedd
* some operations could not be performed by udev, requiring our fallback code.
*/
-static int _dm_driver_has_stable_udev_support()
+static int _dm_driver_has_stable_udev_support(void)
{
char vsn[80];
unsigned maj, min, patchlevel;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-09-01 13:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-01 13:25 LVM2 daemons/common/daemon-server.h lib/comman zkabelac
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.