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:
Ed Maste 2023-03-21 16:05:57 -04:00
parent b4b33821fa
commit 899becbfcb

View file

@ -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;