optreset is declared in unistd.h now.

This commit is contained in:
imp 2000-08-16 07:36:30 +00:00
parent d39ed01a14
commit 22208cf490
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;