diff --git a/contrib/tcp_wrappers/tli.c b/contrib/tcp_wrappers/tli.c index f362004f9f58..8ac967bb4e52 100644 --- a/contrib/tcp_wrappers/tli.c +++ b/contrib/tcp_wrappers/tli.c @@ -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;