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
4d3add9df4
commit
0404d7aa63
@ -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 New Issue
Block a user