mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
tcp_wrappers: Use ANSI (c89) definitions for one more function
Fixes: 14f102eacc ("tcp_wrappers: Use ANSI (c89) function definit...")
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
b4b33821fa
commit
899becbfcb
1 changed files with 1 additions and 2 deletions
|
|
@ -182,8 +182,7 @@ static void tli_endpoints(struct request_info *request)
|
|||
|
||||
/* tli_transport - find out TLI transport type */
|
||||
|
||||
static struct netconfig *tli_transport(fd)
|
||||
int fd;
|
||||
static struct netconfig *tli_transport(int fd)
|
||||
{
|
||||
struct stat from_client;
|
||||
struct stat from_config;
|
||||
|
|
|
|||
Loading…
Reference in a new issue