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_ext2fs | |
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_ext2fs')
-rw-r--r-- | sbin/fsck_ext2fs/main.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sbin/fsck_ext2fs/main.c b/sbin/fsck_ext2fs/main.c index 30a798b79d7..3ddd9b31a12 100644 --- a/sbin/fsck_ext2fs/main.c +++ b/sbin/fsck_ext2fs/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.5 1999/05/23 17:19:22 aaron Exp $ */ +/* $OpenBSD: main.c,v 1.6 2000/01/22 20:24:55 deraadt Exp $ */ /* $NetBSD: main.c,v 1.1 1997/06/11 11:21:50 bouyer Exp $ */ /* @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 1/23/94"; #if 0 static char rcsid[] = "$NetBSD: main.c,v 1.1 1997/06/11 11:21:50 bouyer Exp $"; #else -static char rcsid[] = "$OpenBSD: main.c,v 1.5 1999/05/23 17:19:22 aaron Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.6 2000/01/22 20:24:55 deraadt Exp $"; #endif #endif #endif /* not lint */ @@ -86,8 +86,6 @@ main(argc, argv) { int ch; int ret = 0; - extern char *optarg; - extern int optind; sync(); skipclean = 1; |