mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
fixes for compilation
This commit is contained in:
parent
ea5b424e04
commit
ae21c2cc8b
@ -15,6 +15,7 @@
|
||||
#include <libgen.h>
|
||||
#include <sys/stat.h>
|
||||
#include <ctype.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "stub.h"
|
||||
|
||||
@ -510,7 +511,7 @@ static int process_common_commands(struct command *com)
|
||||
kill(getpid(), SIGSTOP);
|
||||
|
||||
if (arg_count(debug_ARG))
|
||||
_current_settings.debug = LOG_FATAL +
|
||||
_current_settings.debug = _LOG_FATAL +
|
||||
(arg_count(debug_ARG) - 1);
|
||||
|
||||
if (arg_count(verbose_ARG))
|
||||
|
Loading…
x
Reference in New Issue
Block a user