[BACK]Return to hosts_ctl.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libwrap

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libwrap/hosts_ctl.c between version 1.4.66.2 and 1.5

version 1.4.66.2, 2012/04/23 23:40:41 version 1.5, 2012/03/21 10:10:37
Line 28  __RCSID("$NetBSD$");
Line 28  __RCSID("$NetBSD$");
   
 /* hosts_ctl - limited interface to the hosts_access() routine */  /* hosts_ctl - limited interface to the hosts_access() routine */
   
 int     hosts_ctl(daemon, name, addr, user)  int
 char   *daemon;  hosts_ctl(char *daemon, char *name, char *addr, char *user)
 char   *name;  
 char   *addr;  
 char   *user;  
 {  {
     struct request_info request;      struct request_info request;
   

Legend:
Removed from v.1.4.66.2  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>