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
@ -182,8 +182,7 @@ static void tli_endpoints(struct request_info *request)
|
|||||||
|
|
||||||
/* tli_transport - find out TLI transport type */
|
/* tli_transport - find out TLI transport type */
|
||||||
|
|
||||||
static struct netconfig *tli_transport(fd)
|
static struct netconfig *tli_transport(int fd)
|
||||||
int fd;
|
|
||||||
{
|
{
|
||||||
struct stat from_client;
|
struct stat from_client;
|
||||||
struct stat from_config;
|
struct stat from_config;
|
||||||
|
Loading…
Reference in New Issue
Block a user