mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-04-20 01:12:59 +00:00
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:
committed by
Boris Gjenero
parent
d595ac63f4
commit
4e04785b17
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user