diff options
author | 2009-10-27 23:59:19 +0000 | |
---|---|---|
committer | 2009-10-27 23:59:19 +0000 | |
commit | 043fbe51c197dbbcd422e917b65f765d8b5f8874 (patch) | |
tree | f40397532477c8cfb47b06e970b2b31312cba698 /lib/libwrap/clean_exit.c | |
parent | using the rcsid is silly (diff) | |
download | wireguard-openbsd-043fbe51c197dbbcd422e917b65f765d8b5f8874.tar.xz wireguard-openbsd-043fbe51c197dbbcd422e917b65f765d8b5f8874.zip |
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/clean_exit.c')
-rw-r--r-- | lib/libwrap/clean_exit.c | 10 |
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> |