diff options
author | 2009-10-27 23:59:19 +0000 | |
---|---|---|
committer | 2009-10-27 23:59:19 +0000 | |
commit | 043fbe51c197dbbcd422e917b65f765d8b5f8874 (patch) | |
tree | f40397532477c8cfb47b06e970b2b31312cba698 /lib/libcompat/regexp/regerror.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/libcompat/regexp/regerror.c')
-rw-r--r-- | lib/libcompat/regexp/regerror.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libcompat/regexp/regerror.c b/lib/libcompat/regexp/regerror.c index 92bb8996643..86dd12fa6f5 100644 --- a/lib/libcompat/regexp/regerror.c +++ b/lib/libcompat/regexp/regerror.c @@ -1,8 +1,4 @@ -/* $OpenBSD: regerror.c,v 1.6 2003/07/18 23:05:13 david Exp $ */ -#ifndef lint -static char *rcsid = "$OpenBSD: regerror.c,v 1.6 2003/07/18 23:05:13 david Exp $"; -#endif /* not lint */ - +/* $OpenBSD: regerror.c,v 1.7 2009/10/27 23:59:28 deraadt Exp $ */ #include <err.h> #include <regexp.h> #include <stdio.h> |