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/scsi/scsi.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/scsi/scsi.c')
-rw-r--r-- | sbin/scsi/scsi.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/scsi/scsi.c b/sbin/scsi/scsi.c index a23192e71f8..94c905c1899 100644 --- a/sbin/scsi/scsi.c +++ b/sbin/scsi/scsi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi.c,v 1.5 1997/12/10 05:02:02 angelos Exp $ */ +/* $OpenBSD: scsi.c,v 1.6 2000/01/22 20:25:07 deraadt Exp $ */ /* $FreeBSD: scsi.c,v 1.11 1996/04/06 11:00:28 joerg Exp $ */ /* @@ -107,8 +107,6 @@ void procargs(int *argc_p, char ***argv_p) { int argc = *argc_p; char **argv = *argv_p; - extern char *optarg; - extern int optind; int fflag, ch; |