diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-01-22 20:25:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-01-22 20:25:09 +0000 |
commit | 43f555732483fd1b60a70968b71d3a01ef7d446a (patch) | |
tree | 9ac7c483eb8edd88cdb16e5f49b4c235f85c0eba /sbin/fsck_msdos/main.c | |
parent | a9e755d6a11ddb61c8eb50d4307c9611f1951a53 (diff) |
remove extra externs not needed because of unistd.h (rest of tree will be done later.. contact me if you want to help)
Diffstat (limited to 'sbin/fsck_msdos/main.c')
-rw-r--r-- | sbin/fsck_msdos/main.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/fsck_msdos/main.c b/sbin/fsck_msdos/main.c index 269c29ba747..99394332a55 100644 --- a/sbin/fsck_msdos/main.c +++ b/sbin/fsck_msdos/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.8 1997/07/25 19:13:15 mickey Exp $ */ +/* $OpenBSD: main.c,v 1.9 2000/01/22 20:24:57 deraadt Exp $ */ /* $NetBSD: main.c,v 1.8 1996/10/17 20:29:53 cgd Exp $ */ /* @@ -35,7 +35,7 @@ #ifndef lint -static char rcsid[] = "$OpenBSD: main.c,v 1.8 1997/07/25 19:13:15 mickey Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.9 2000/01/22 20:24:57 deraadt Exp $"; #endif /* not lint */ #include <stdlib.h> @@ -71,7 +71,6 @@ main(argc, argv) int argc; char **argv; { - extern int optind; int ret = 0, erg; int ch; |