diff options
author | 1996-06-26 05:31:08 +0000 | |
---|---|---|
committer | 1996-06-26 05:31:08 +0000 | |
commit | 1258a77d10860d0a1d2b89bfaa6653ced2930912 (patch) | |
tree | d5b976ba9db15bd1729a26b8250b64db1ca31347 /usr.bin/file/compress.c | |
parent | [1] add new rxso passing structure to if_atm.h (diff) | |
download | wireguard-openbsd-1258a77d10860d0a1d2b89bfaa6653ced2930912.tar.xz wireguard-openbsd-1258a77d10860d0a1d2b89bfaa6653ced2930912.zip |
rcsid
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 02a214c16f5..c6fe63cf78b 100644 --- a/usr.bin/file/compress.c +++ b/usr.bin/file/compress.c @@ -1,10 +1,10 @@ +/* $OpenBSD: compress.c,v 1.2 1996/06/26 05:32:55 deraadt Exp $ */ /* * compress routines: * zmagic() - returns 0 if not recognized, uncompresses and prints * information if recognized * uncompress(method, old, n, newch) - uncompress old into new, * using method, return sizeof new - * $Id: compress.c,v 1.1.1.1 1995/10/18 08:45:08 deraadt Exp $ */ #include <stdio.h> #include <stdlib.h> |