optreset is declared in unistd.h now.
This commit is contained in:
parent
d39ed01a14
commit
22208cf490
@ -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);
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user