aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_ifs/mount_ufs.c
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/mount_ifs/mount_ufs.c
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/mount_ifs/mount_ufs.c')
-rw-r--r--sbin/mount_ifs/mount_ufs.c1
1 files changed, 0 insertions, 1 deletions
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;