summaryrefslogtreecommitdiff
path: root/lib/libwrap/update.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-10-28 00:00:00 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-10-28 00:00:00 +0000
commitd6f987883e262363e2689803a36a7c32736476cc (patch)
tree1158893c08ead8fccdd4ac523d3492f68c4c1cda /lib/libwrap/update.c
parent94ea65f5c4b7bedff1d6c9caca5363f926955d43 (diff)
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
Diffstat (limited to 'lib/libwrap/update.c')
-rw-r--r--lib/libwrap/update.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/libwrap/update.c b/lib/libwrap/update.c
index 2a5223cac89..7d3c2746d3a 100644
--- a/lib/libwrap/update.c
+++ b/lib/libwrap/update.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: update.c,v 1.5 2002/05/26 09:29:02 deraadt Exp $ */
+/* $OpenBSD: update.c,v 1.6 2009/10/27 23:59:30 deraadt Exp $ */
/*
* Routines for controlled update/initialization of request structures.
@@ -15,14 +15,6 @@
* Author: Wietse Venema, Eindhoven University of Technology, The Netherlands.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#) update.c 1.1 94/12/28 17:42:56";
-#else
-static char rcsid[] = "$OpenBSD: update.c,v 1.5 2002/05/26 09:29:02 deraadt Exp $";
-#endif
-#endif
-
/* System libraries */
#include <stdio.h>