diff options
Diffstat (limited to 'lib/libwrap/hosts_ctl.c')
-rw-r--r-- | lib/libwrap/hosts_ctl.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/libwrap/hosts_ctl.c b/lib/libwrap/hosts_ctl.c index ec53c3f2694..0161f9fda54 100644 --- a/lib/libwrap/hosts_ctl.c +++ b/lib/libwrap/hosts_ctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hosts_ctl.c,v 1.1 1997/02/26 03:06:53 downsj Exp $ */ +/* $OpenBSD: hosts_ctl.c,v 1.2 2009/10/27 23:59:30 deraadt Exp $ */ /* * hosts_ctl() combines common applications of the host access control @@ -13,14 +13,6 @@ * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#) hosts_ctl.c 1.4 94/12/28 17:42:27"; -#else -static char rcsid[] = "$OpenBSD: hosts_ctl.c,v 1.1 1997/02/26 03:06:53 downsj Exp $"; -#endif -#endif - #include <stdio.h> #include "tcpd.h" |