diff options
author | imp <imp@FreeBSD.org> | 2000-08-16 07:36:30 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2000-08-16 07:36:30 +0000 |
commit | 22208cf490fdf4c918876f9e325f07f248fdd65a (patch) | |
tree | 995b918ed528f318ccb351632447d4f4ddde5cab /sbin | |
parent | d39ed01a1474b422142a6ed95a1dc8f4732dd5f2 (diff) | |
download | FreeBSD-src-22208cf490fdf4c918876f9e325f07f248fdd65a.zip FreeBSD-src-22208cf490fdf4c918876f9e325f07f248fdd65a.tar.gz |
optreset is declared in unistd.h now.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ipfw/ipfw.c | 1 | ||||
-rw-r--r-- | sbin/mount/mount_ufs.c | 1 | ||||
-rw-r--r-- | sbin/mount_ifs/mount_ufs.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sbin/ipfw/ipfw.c b/sbin/ipfw/ipfw.c index e3a6f57..1caf288 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 d4c8181..18180b8 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 d4c8181..18180b8 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; |