summaryrefslogtreecommitdiffstats
path: root/lib/libwrap/clean_exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libwrap/clean_exit.c')
-rw-r--r--lib/libwrap/clean_exit.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/libwrap/clean_exit.c b/lib/libwrap/clean_exit.c
index 8b23e53e3bb..ef20a166be5 100644
--- a/lib/libwrap/clean_exit.c
+++ b/lib/libwrap/clean_exit.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clean_exit.c,v 1.2 2003/07/18 23:05:13 david Exp $ */
+/* $OpenBSD: clean_exit.c,v 1.3 2009/10/27 23:59:30 deraadt Exp $ */
/*
* clean_exit() cleans up and terminates the program. It should be called
@@ -10,14 +10,6 @@
* Author: Wietse Venema, Eindhoven University of Technology, The Netherlands.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#) clean_exit.c 1.4 94/12/28 17:42:19";
-#else
-static char rcsid[] = "$OpenBSD: clean_exit.c,v 1.2 2003/07/18 23:05:13 david Exp $";
-#endif
-#endif
-
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>