summaryrefslogtreecommitdiffstats
path: root/sbin/mount_cd9660
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2002-08-03 17:05:14 +0000
committermux <mux@FreeBSD.org>2002-08-03 17:05:14 +0000
commitf02e2b7cdaf508ef58effa28651737b4b7e4f2e7 (patch)
treec2686308dc8653bfd5af90150d412d0d6f843588 /sbin/mount_cd9660
parentb5b73d0ae10b5dad678454b62d95f79f8903273b (diff)
downloadFreeBSD-src-f02e2b7cdaf508ef58effa28651737b4b7e4f2e7.zip
FreeBSD-src-f02e2b7cdaf508ef58effa28651737b4b7e4f2e7.tar.gz
This should have been committed too, I have no idea
why p4 didn't gave me this diff too.
Diffstat (limited to 'sbin/mount_cd9660')
-rw-r--r--sbin/mount_cd9660/mount_cd9660.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_cd9660/mount_cd9660.c b/sbin/mount_cd9660/mount_cd9660.c
index 09be846..2ac0216 100644
--- a/sbin/mount_cd9660/mount_cd9660.c
+++ b/sbin/mount_cd9660/mount_cd9660.c
@@ -90,7 +90,7 @@ main(int argc, char **argv)
struct iso_args args;
int ch, mntflags, opts;
char *dev, *dir, mntpath[MAXPATHLEN];
- int error, verbose;
+ int verbose;
mntflags = opts = verbose = 0;
memset(&args, 0, sizeof args);
OpenPOWER on IntegriCloud