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/fix_options.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/fix_options.c')
-rw-r--r-- | lib/libwrap/fix_options.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/libwrap/fix_options.c b/lib/libwrap/fix_options.c index b1aec1a6301..8845b84d626 100644 --- a/lib/libwrap/fix_options.c +++ b/lib/libwrap/fix_options.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fix_options.c,v 1.7 2006/04/14 18:27:49 dhill Exp $ */ +/* $OpenBSD: fix_options.c,v 1.8 2009/10/27 23:59:30 deraadt Exp $ */ /* * Routine to disable IP-level socket options. This code was taken from 4.4BSD @@ -7,14 +7,6 @@ * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#) fix_options.c 1.4 97/02/12 02:13:22"; -#else -static char rcsid[] = "$OpenBSD: fix_options.c,v 1.7 2006/04/14 18:27:49 dhill Exp $"; -#endif -#endif - #include <sys/types.h> #include <sys/param.h> #include <sys/socket.h> |