From 6a2297e2da1f325214e5c9810ee428604e322bdc Mon Sep 17 00:00:00 2001 From: charnier Date: Wed, 13 May 1998 07:16:37 +0000 Subject: Restore Lite2 sccsids by removing `const'. Improve documentation a little. Suggested by: Bruce --- bin/cat/cat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/cat/cat.c') diff --git a/bin/cat/cat.c b/bin/cat/cat.c index 095f5a6..81f611f 100644 --- a/bin/cat/cat.c +++ b/bin/cat/cat.c @@ -42,10 +42,10 @@ static char const copyright[] = #ifndef lint #if 0 -static char const sccsid[] = "@(#)cat.c 8.2 (Berkeley) 4/27/95"; +static char sccsid[] = "@(#)cat.c 8.2 (Berkeley) 4/27/95"; #endif static const char rcsid[] = - "$Id$"; + "$Id: cat.c,v 1.10 1998/05/06 06:49:16 charnier Exp $"; #endif /* not lint */ #include -- cgit v1.1