diff options
author | charnier <charnier@FreeBSD.org> | 1998-05-13 07:16:37 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1998-05-13 07:16:37 +0000 |
commit | 6a2297e2da1f325214e5c9810ee428604e322bdc (patch) | |
tree | 1e770d6c1ae46738d0cf9f04ff745d568a5039a4 /bin/cat/cat.c | |
parent | d6619f7b2b75bcaa7167ab2cf8c55bcb33998245 (diff) | |
download | FreeBSD-src-6a2297e2da1f325214e5c9810ee428604e322bdc.zip FreeBSD-src-6a2297e2da1f325214e5c9810ee428604e322bdc.tar.gz |
Restore Lite2 sccsids by removing `const'. Improve documentation a little.
Suggested by: Bruce
Diffstat (limited to 'bin/cat/cat.c')
-rw-r--r-- | bin/cat/cat.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <sys/param.h> |