summaryrefslogtreecommitdiff
path: root/lib/libwrap/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libwrap/options.c')
-rw-r--r--lib/libwrap/options.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/libwrap/options.c b/lib/libwrap/options.c
index ee2cbfd778f..6cb3f24c082 100644
--- a/lib/libwrap/options.c
+++ b/lib/libwrap/options.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: options.c,v 1.5 2003/04/05 00:43:20 tdeval Exp $ */
+/* $OpenBSD: options.c,v 1.6 2009/10/27 23:59:30 deraadt Exp $ */
/*
* General skeleton for adding options to the access control language. The
@@ -30,14 +30,6 @@
* course of action.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#) options.c 1.17 96/02/11 17:01:31";
-#else
-static char rcsid[] = "$OpenBSD: options.c,v 1.5 2003/04/05 00:43:20 tdeval Exp $";
-#endif
-#endif
-
/* System libraries. */
#include <sys/types.h>