optreset is declared in unistd.h, so we don't need to declare it here again.

Reviews by: ken
This commit is contained in:
imp 2000-08-16 15:36:14 +00:00
parent c164f5061c
commit 26cc17209a

View File

@ -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:";