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/file/compress.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/file/compress.c')
-rw-r--r-- | usr.bin/file/compress.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/file/compress.c b/usr.bin/file/compress.c index 6da92b83202..a0e04f9ac47 100644 --- a/usr.bin/file/compress.c +++ b/usr.bin/file/compress.c @@ -1,4 +1,4 @@ -/* $OpenBSD: compress.c,v 1.13 2009/04/24 18:54:34 chl Exp $ */ +/* $OpenBSD: compress.c,v 1.14 2009/10/27 23:59:37 deraadt Exp $ */ /* * Copyright (c) Ian F. Darwin 1986-1995. * Software written by Ian F. Darwin and others; @@ -56,10 +56,6 @@ #endif -#ifndef lint -FILE_RCSID("@(#)$Id: compress.c,v 1.13 2009/04/24 18:54:34 chl Exp $") -#endif - private const struct { const char magic[8]; size_t maglen; |