From 7b333193e0bc547486644315f18e7c8fff926416 Mon Sep 17 00:00:00 2001 From: Maxime Henrion Date: Sat, 3 Aug 2002 17:05:14 +0000 Subject: [PATCH] This should have been committed too, I have no idea why p4 didn't gave me this diff too. --- sbin/mount_cd9660/mount_cd9660.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/mount_cd9660/mount_cd9660.c b/sbin/mount_cd9660/mount_cd9660.c index 09be846187d0..2ac02162e487 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);