public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
From: zkabelac@sourceware.org
To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org
Subject: LVM2 daemons/common/daemon-server.h lib/comman ...
Date: Thu, 01 Sep 2011 13:25:00 -0000	[thread overview]
Message-ID: <20110901132550.4200.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac@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;


                 reply	other threads:[~2011-09-01 13:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110901132550.4200.qmail@sourceware.org \
    --to=zkabelac@sourceware.org \
    --cc=lvm-devel@redhat.com \
    --cc=lvm2-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).