Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libwrap/hosts_ctl.c,v retrieving revision 1.4.66.2 retrieving revision 1.5 diff -u -p -r1.4.66.2 -r1.5 --- src/lib/libwrap/hosts_ctl.c 2012/04/23 23:40:41 1.4.66.2 +++ src/lib/libwrap/hosts_ctl.c 2012/03/21 10:10:37 1.5 @@ -1,4 +1,4 @@ -/* $NetBSD: hosts_ctl.c,v 1.4.66.2 2012/04/23 23:40:41 riz Exp $ */ +/* $NetBSD: hosts_ctl.c,v 1.5 2012/03/21 10:10:37 matt Exp $ */ /* * hosts_ctl() combines common applications of the host access control @@ -18,7 +18,7 @@ #if 0 static char sccsid[] = "@(#) hosts_ctl.c 1.4 94/12/28 17:42:27"; #else -__RCSID("$NetBSD: hosts_ctl.c,v 1.4.66.2 2012/04/23 23:40:41 riz Exp $"); +__RCSID("$NetBSD: hosts_ctl.c,v 1.5 2012/03/21 10:10:37 matt Exp $"); #endif #endif @@ -28,11 +28,8 @@ __RCSID("$NetBSD: hosts_ctl.c,v 1.4.66.2 /* hosts_ctl - limited interface to the hosts_access() routine */ -int hosts_ctl(daemon, name, addr, user) -char *daemon; -char *name; -char *addr; -char *user; +int +hosts_ctl(char *daemon, char *name, char *addr, char *user) { struct request_info request;