diff options
Diffstat (limited to 'usr.bin/file/compress.c')
-rw-r--r-- | usr.bin/file/compress.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/file/compress.c b/usr.bin/file/compress.c index c6fe63cf78b..bde1ff4a9d7 100644 --- a/usr.bin/file/compress.c +++ b/usr.bin/file/compress.c @@ -1,4 +1,5 @@ -/* $OpenBSD: compress.c,v 1.2 1996/06/26 05:32:55 deraadt Exp $ */ +/* $OpenBSD: compress.c,v 1.3 1997/02/09 23:58:19 millert Exp $ */ + /* * compress routines: * zmagic() - returns 0 if not recognized, uncompresses and prints |