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

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