diff options
author | obrien <obrien@FreeBSD.org> | 2004-05-03 10:33:27 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-05-03 10:33:27 +0000 |
commit | fb124fc06a8591878da5e3841152b04c084ca995 (patch) | |
tree | 6a8bf5195f547fd7f7a0025553d57602c6db05b7 /gnu | |
parent | dcedc29dc55d117b1affb29750671810a1358532 (diff) | |
download | FreeBSD-src-fb124fc06a8591878da5e3841152b04c084ca995.zip FreeBSD-src-fb124fc06a8591878da5e3841152b04c084ca995.tar.gz |
Restore vendor Id.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gzip/unzip.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/gzip/unzip.c b/gnu/usr.bin/gzip/unzip.c index f06994f..b103a7f 100644 --- a/gnu/usr.bin/gzip/unzip.c +++ b/gnu/usr.bin/gzip/unzip.c @@ -14,8 +14,10 @@ */ #ifdef RCSID -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id: unzip.c,v 0.13 1993/06/10 13:29:00 jloup Exp $"; #endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "tailor.h" #include "gzip.h" |