diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 19:29:21 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 19:29:21 +0000 |
commit | ca6ca839826c278c3a8d7cc2a4f23c1fc68875b9 (patch) | |
tree | 68b379311b18c9f75343a20a57fbc10de651cc12 /usr.bin/file/compress.c | |
parent | db4600603e9a385659ab6924e4f33f1c837a9691 (diff) | |
download | FreeBSD-src-ca6ca839826c278c3a8d7cc2a4f23c1fc68875b9.zip FreeBSD-src-ca6ca839826c278c3a8d7cc2a4f23c1fc68875b9.tar.gz |
Revert $FreeBSD$ to $Id$
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 b828f54..95b3f9a 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 - * $FreeBSD$ + * $Id$ */ #include <stdio.h> #include <stdlib.h> |