diff options
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; |