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;
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to