mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-04-05 04:34:07 +00:00
Fix Linux pfInit parameter order to make mopd work.
This commit is contained in:
@@ -86,7 +86,7 @@ static int setup_pf(int, int, u_short);
|
||||
|
||||
|
||||
int
|
||||
pfInit(char *interface, u_short protocol, int typ, int mode)
|
||||
pfInit(char *interface, int mode, u_short protocol, int typ)
|
||||
{
|
||||
int s;
|
||||
int ioarg;
|
||||
|
||||
Reference in New Issue
Block a user