svn commit: r257405 - head/contrib/tcp_wrappers

Sean Bruno sbruno at FreeBSD.org
Wed Oct 30 22:43:41 UTC 2013


Author: sbruno
Date: Wed Oct 30 22:43:40 2013
New Revision: 257405
URL: http://svnweb.freebsd.org/changeset/base/257405

Log:
  Quiesce warning, which could be a bug IMO, by correctly defining the host_info
  structure name

Modified:
  head/contrib/tcp_wrappers/hosts_access.c

Modified: head/contrib/tcp_wrappers/hosts_access.c
==============================================================================
--- head/contrib/tcp_wrappers/hosts_access.c	Wed Oct 30 22:41:18 2013	(r257404)
+++ head/contrib/tcp_wrappers/hosts_access.c	Wed Oct 30 22:43:40 2013	(r257405)
@@ -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;


More information about the svn-src-head mailing list