diff options
author | 1997-02-09 23:58:12 +0000 | |
---|---|---|
committer | 1997-02-09 23:58:12 +0000 | |
commit | 368e9f69976c9daa3823ec2771a9854e9bbaf0ff (patch) | |
tree | 831090f371737a8350f43add1f8a9845bfcb73bd /usr.bin/file/compress.c | |
parent | Missed this one before. (diff) | |
download | wireguard-openbsd-368e9f69976c9daa3823ec2771a9854e9bbaf0ff.tar.xz wireguard-openbsd-368e9f69976c9daa3823ec2771a9854e9bbaf0ff.zip |
Updates file(1) to version 3.22 by way to NetBSD.
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 |