aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2000-08-16 07:36:30 +0000
committerWarner Losh <imp@FreeBSD.org>2000-08-16 07:36:30 +0000
commit595a9d6ebcf919cb2e2fdba654d01464ca6b6c99 (patch)
treef638b7a941112498f2e18fefe0b50270d608003d /sbin/ipfw
parentb0bb0aeb95c06983727b7469d5df46782e0bd636 (diff)
downloadsrc-595a9d6ebcf919cb2e2fdba654d01464ca6b6c99.tar.gz
src-595a9d6ebcf919cb2e2fdba654d01464ca6b6c99.zip
optreset is declared in unistd.h now.
Notes
Notes: svn path=/head/; revision=64696
Diffstat (limited to 'sbin/ipfw')
-rw-r--r--sbin/ipfw/ipfw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/ipfw/ipfw.c b/sbin/ipfw/ipfw.c
index e3a6f57deb28..1caf28824537 100644
--- a/sbin/ipfw/ipfw.c
+++ b/sbin/ipfw/ipfw.c
@@ -2053,7 +2053,6 @@ ipfw_main(ac,av)
{
int ch;
- extern int optreset; /* XXX should be declared in <unistd.h> */
if ( ac == 1 ) {
show_usage(NULL);