summaryrefslogtreecommitdiffstats
path: root/contrib/tcp_wrappers
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2013-10-30 22:43:40 +0000
committersbruno <sbruno@FreeBSD.org>2013-10-30 22:43:40 +0000
commitca2b647a8ac8e15db45c639f7d714725b765e8c4 (patch)
tree60d14237efe1449dbbac672ee593057cda1cb473 /contrib/tcp_wrappers
parenta6adb4d71be1c22edce2dccf2f526d593dc01d86 (diff)
downloadFreeBSD-src-ca2b647a8ac8e15db45c639f7d714725b765e8c4.zip
FreeBSD-src-ca2b647a8ac8e15db45c639f7d714725b765e8c4.tar.gz
Quiesce warning, which could be a bug IMO, by correctly defining the host_info
structure name
Diffstat (limited to 'contrib/tcp_wrappers')
-rw-r--r--contrib/tcp_wrappers/hosts_access.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tcp_wrappers/hosts_access.c b/contrib/tcp_wrappers/hosts_access.c
index 0305f3c..c903705 100644
--- a/contrib/tcp_wrappers/hosts_access.c
+++ b/contrib/tcp_wrappers/hosts_access.c
@@ -270,7 +270,7 @@ struct request_info *request;
static int hostfile_match(path, host)
char *path;
-struct hosts_info *host;
+struct host_info *host;
{
char tok[BUFSIZ];
int match = NO;
OpenPOWER on IntegriCloud