mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Unbreak with gcc.
I'm tired to see tinderbox spamming. Feel free to fix it your way.
This commit is contained in:
parent
05929f8bd0
commit
2ddbae33f1
1 changed files with 2 additions and 0 deletions
|
|
@ -3,7 +3,9 @@
|
|||
static void printport __P((int *));
|
||||
static void printhosts __P((int *));
|
||||
static void printsingle __P((int *));
|
||||
#ifdef USE_INET6
|
||||
static void printhostsv6 __P((int *));
|
||||
#endif
|
||||
|
||||
void
|
||||
printipfexpr(array)
|
||||
|
|
|
|||
Loading…
Reference in a new issue