optreset is declared in unistd.h now.

This commit is contained in:
Warner Losh 2000-08-16 07:36:30 +00:00
parent b0bb0aeb95
commit 595a9d6ebc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64696
3 changed files with 0 additions and 3 deletions

View File

@ -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);

View File

@ -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;

View File

@ -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;