From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4223 invoked by alias); 1 Sep 2011 13:25:51 -0000 Received: (qmail 4202 invoked by uid 9737); 1 Sep 2011 13:25:50 -0000 Date: Thu, 01 Sep 2011 13:25:00 -0000 Message-ID: <20110901132550.4200.qmail@sourceware.org> From: zkabelac@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2 daemons/common/daemon-server.h lib/comman ... Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2011-09/txt/msg00003.txt.bz2 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;