Application of mopd-linux-2.5.3-main.patch:

* Sat Feb  5 2000 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
- fixed main()s to return int (main)

Downloaded from:
ftp://ftp.linux-mips.org/pub/linux/mips/people/macro/mopd/mopd-linux-2.5.3-main.patch.gz
.patch SHA256 = af77568bb013d4279d950a1c461ef3b8dc8963013d24aabfc0d144699bbf3554
Patch history copied from:
ftp://ftp.linux-mips.org/pub/linux/mips/people/macro/mopd/mopd-2.5.3-15.spec
This commit is contained in:
Maciej W. Rozycki
2000-02-05 12:00:00 -05:00
committed by Boris Gjenero
parent d595ac63f4
commit 4e04785b17
4 changed files with 8 additions and 5 deletions

View File

@@ -65,7 +65,7 @@ char *Program;
extern char version[];
void
int
main(argc, argv)
int argc;
char **argv;
@@ -158,7 +158,7 @@ main(argc, argv)
};
}
}
return 0;
}
void

View File

@@ -75,7 +75,7 @@ int Not4Flag = 0; /* Not MOP V4 messages. */
int promisc = 1; /* Need promisc mode */
char *Program;
void
int
main(argc, argv)
int argc;
char **argv;
@@ -187,6 +187,7 @@ main(argc, argv)
deviceInitOne(interface);
Loop();
return 0;
}
void

View File

@@ -72,7 +72,7 @@ int oflag = 0; /* print only once */
int promisc = 1; /* Need promisc mode */
char *Program;
void
int
main(argc, argv)
int argc;
char **argv;
@@ -129,6 +129,7 @@ main(argc, argv)
deviceInitOne(interface);
Loop();
return 0;
}
void

View File

@@ -71,7 +71,7 @@ int Not4Flag = 0; /* Ignore MOP V4 messages */
int promisc = 1; /* Need promisc mode */
char *Program;
void
int
main(argc, argv)
int argc;
char **argv;
@@ -126,6 +126,7 @@ main(argc, argv)
deviceInitOne(interface);
Loop();
return 0;
}
void