mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-26 14:04:15 +03:00
Update C declaration () -> (void)
This commit is contained in:
parent
f1ec47e131
commit
290d1d8c3f
@ -1477,7 +1477,7 @@ static void _process_request(struct dm_event_fifos *fifos)
|
||||
dm_free(msg.data);
|
||||
}
|
||||
|
||||
static void _process_initial_registrations()
|
||||
static void _process_initial_registrations(void)
|
||||
{
|
||||
int i = 0;
|
||||
char *reg;
|
||||
@ -1697,7 +1697,7 @@ static void _daemonize(void)
|
||||
setsid();
|
||||
}
|
||||
|
||||
static void restart()
|
||||
static void restart(void)
|
||||
{
|
||||
struct dm_event_fifos fifos;
|
||||
struct dm_event_daemon_message msg = { 0, 0, NULL };
|
||||
|
Loading…
x
Reference in New Issue
Block a user