diff options
Diffstat (limited to 'usr.bin/file/compress.c')
| -rw-r--r-- | usr.bin/file/compress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/file/compress.c b/usr.bin/file/compress.c index c8c23e899f10..55003fb43d14 100644 --- a/usr.bin/file/compress.c +++ b/usr.bin/file/compress.c @@ -4,7 +4,7 @@ * information if recognized * uncompress(method, old, n, newch) - uncompress old into new, * using method, return sizeof new - * $Id: compress.c,v 1.5 1997/02/22 19:29:10 peter Exp $ + * $Id: compress.c,v 1.3.2.1 1997/08/18 18:59:03 jdp Exp $ */ #include <stdio.h> #include <stdlib.h> |
