diff options
author | imp <imp@FreeBSD.org> | 2000-08-16 15:36:14 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2000-08-16 15:36:14 +0000 |
commit | 6bcb7f4133cae13d10e455c9d7e753b782cca143 (patch) | |
tree | fb48aa883980b2c3bf60710cf24b797c490522df /sbin | |
parent | a48089f705b6314cb3af659b7ba1cef284c37ecc (diff) | |
download | FreeBSD-src-6bcb7f4133cae13d10e455c9d7e753b782cca143.zip FreeBSD-src-6bcb7f4133cae13d10e455c9d7e753b782cca143.tar.gz |
optreset is declared in unistd.h, so we don't need to declare it here again.
Reviews by: ken
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/camcontrol/camcontrol.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/camcontrol/camcontrol.c b/sbin/camcontrol/camcontrol.c index f955d29..d0e6cec 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:"; |