aboutsummaryrefslogtreecommitdiff
path: root/sbin
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
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')
-rw-r--r--sbin/ipfw/ipfw.c1
-rw-r--r--sbin/mount/mount_ufs.c1
-rw-r--r--sbin/mount_ifs/mount_ufs.c1
3 files changed, 0 insertions, 3 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);
diff --git a/sbin/mount/mount_ufs.c b/sbin/mount/mount_ufs.c
index d4c8181dd088..18180b86d4a9 100644
--- a/sbin/mount/mount_ufs.c
+++ b/sbin/mount/mount_ufs.c
@@ -75,7 +75,6 @@ mount_ufs(argc, argv)
int argc;
char * const argv[];
{
- extern int optreset;
struct ufs_args args;
int ch, mntflags;
char *fs_name;
diff --git a/sbin/mount_ifs/mount_ufs.c b/sbin/mount_ifs/mount_ufs.c
index d4c8181dd088..18180b86d4a9 100644
--- a/sbin/mount_ifs/mount_ufs.c
+++ b/sbin/mount_ifs/mount_ufs.c
@@ -75,7 +75,6 @@ mount_ufs(argc, argv)
int argc;
char * const argv[];
{
- extern int optreset;
struct ufs_args args;
int ch, mntflags;
char *fs_name;