summaryrefslogtreecommitdiff
path: root/mount/lomount.c
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2007-10-25 10:39:23 +0200
committerKarel Zak <kzak@redhat.com>2007-10-25 21:50:59 +0200
commitbe551c7282fe74aca5a07dc6b2ce49ecbea48c90 (patch)
treebe464246dc7329124ff3989a64f4ef5d50793f75 /mount/lomount.c
parent0b994f0e9355e43228301ec3cdaaee93149baa77 (diff)
downloadutil-linux-old-be551c7282fe74aca5a07dc6b2ce49ecbea48c90.tar.gz
mount: clean up global variables
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount/lomount.c')
-rw-r--r--mount/lomount.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/mount/lomount.c b/mount/lomount.c
index 1373067c..02b337f3 100644
--- a/mount/lomount.c
+++ b/mount/lomount.c
@@ -25,8 +25,6 @@
#include "sundries.h"
#include "xmalloc.h"
-extern char *progname;
-
#define SIZE(a) (sizeof(a)/sizeof(a[0]))
#ifdef LOOP_SET_FD
@@ -442,9 +440,6 @@ find_unused_loop_device (void) {
#include <getopt.h>
#include <stdarg.h>
-int verbose = 0;
-char *progname;
-
static void
usage(void) {
fprintf(stderr, _("\nUsage:\n"