1
0
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:
Alasdair Kergon 2002-01-07 23:28:25 +00:00
parent ea5b424e04
commit ae21c2cc8b

View File

@ -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))