From fdcd5596ffb3eda4640a63a4e0742514b54b2f44 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 16 Aug 2000 15:36:14 +0000 Subject: [PATCH] optreset is declared in unistd.h, so we don't need to declare it here again. Reviews by: ken --- sbin/camcontrol/camcontrol.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sbin/camcontrol/camcontrol.c b/sbin/camcontrol/camcontrol.c index f955d29677e..d0e6cec868c 100644 --- a/sbin/camcontrol/camcontrol.c +++ b/sbin/camcontrol/camcontrol.c @@ -104,8 +104,6 @@ struct camcontrol_opts { const char *subopt; }; -extern int optreset; - static const char scsicmd_opts[] = "c:i:o:"; static const char readdefect_opts[] = "f:GP"; static const char negotiate_opts[] = "acD:O:qR:T:UW:";