mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-01-11 23:43:12 +00:00
Fix Linux pfInit parameter order to make mopd work.
This commit is contained in:
parent
0cc2781873
commit
b94f02f307
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user