diff options
author | 2009-10-27 23:59:19 +0000 | |
---|---|---|
committer | 2009-10-27 23:59:19 +0000 | |
commit | 043fbe51c197dbbcd422e917b65f765d8b5f8874 (patch) | |
tree | f40397532477c8cfb47b06e970b2b31312cba698 /usr.bin/chpass/util.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 'usr.bin/chpass/util.c')
-rw-r--r-- | usr.bin/chpass/util.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/chpass/util.c b/usr.bin/chpass/util.c index 64c13d1d848..8e9c5e99bcf 100644 --- a/usr.bin/chpass/util.c +++ b/usr.bin/chpass/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.11 2009/03/05 20:53:13 millert Exp $ */ +/* $OpenBSD: util.c,v 1.12 2009/10/27 23:59:36 deraadt Exp $ */ /* $NetBSD: util.c,v 1.4 1995/03/26 04:55:35 glass Exp $ */ /*- @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)util.c 8.4 (Berkeley) 4/2/94"; -#else -static char rcsid[] = "$OpenBSD: util.c,v 1.11 2009/03/05 20:53:13 millert Exp $"; -#endif -#endif /* not lint */ - #include <sys/types.h> #include <ctype.h> |