aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gzip/lzw.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/gzip/lzw.c')
-rw-r--r--gnu/usr.bin/gzip/lzw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gzip/lzw.c b/gnu/usr.bin/gzip/lzw.c
index 934a8d994d41..d4d06747c165 100644
--- a/gnu/usr.bin/gzip/lzw.c
+++ b/gnu/usr.bin/gzip/lzw.c
@@ -3,7 +3,7 @@
*/
#ifdef RCSID
-static char rcsid[] = "$FreeBSD$";
+static char rcsid[] = "$FreeBSD: src/gnu/usr.bin/gzip/lzw.c,v 1.6 1999/08/27 23:35:51 peter Exp $";
#endif
#include "tailor.h"