mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
optreset is declared in unistd.h, so we don't need to declare it here again.
Reviews by: ken
This commit is contained in:
parent
4a5b9b0035
commit
fdcd5596ff
1 changed files with 0 additions and 2 deletions
|
|
@ -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:";
|
||||
|
|
|
|||
Loading…
Reference in a new issue