summaryrefslogtreecommitdiffstats
path: root/sbin/badsect/badsect.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/badsect/badsect.c')
-rw-r--r--sbin/badsect/badsect.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/badsect/badsect.c b/sbin/badsect/badsect.c
index 9389171..f180410 100644
--- a/sbin/badsect/badsect.c
+++ b/sbin/badsect/badsect.c
@@ -71,9 +71,9 @@ __FBSDID("$FreeBSD$");
#define sblock disk.d_fs
#define acg disk.d_cg
-struct uufsd disk;
-struct fs *fs = &sblock;
-int errs;
+static struct uufsd disk;
+static struct fs *fs = &sblock;
+static int errs;
int chkuse(daddr_t, int);
OpenPOWER on IntegriCloud