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

Reviews by: ken
This commit is contained in:
Warner Losh 2000-08-16 15:36:14 +00:00
parent 4a5b9b0035
commit fdcd5596ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64714

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