From 43f555732483fd1b60a70968b71d3a01ef7d446a Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sat, 22 Jan 2000 20:25:09 +0000 Subject: remove extra externs not needed because of unistd.h (rest of tree will be done later.. contact me if you want to help) --- sbin/scsi/scsi.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sbin/scsi/scsi.c') 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; -- cgit v1.2.3