[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.1 and 1.4.66.2

version 1.4.66.1, 2012/04/23 16:48:54 version 1.4.66.2, 2012/04/23 23:40:41
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  int     hosts_ctl(daemon, name, addr, user)
 hosts_ctl(char *daemon, char *name, char *addr, char *user)  char   *daemon;
   char   *name;
   char   *addr;
   char   *user;
 {  {
     struct request_info request;      struct request_info request;
   

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

CVSweb <webmaster@jp.NetBSD.org>