summaryrefslogtreecommitdiffstats
path: root/usr.bin/rsh
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-03-23 07:46:23 +0000
committercharnier <charnier@FreeBSD.org>1998-03-23 07:46:23 +0000
commit750ab90255369a936df728c511f3bcbbc337b373 (patch)
tree8cc3b760359648013d6a1701d6d16a0ffac85cf6 /usr.bin/rsh
parent10361cb9b6c2b86b816b9d5f4956c385519420cd (diff)
downloadFreeBSD-src-750ab90255369a936df728c511f3bcbbc337b373.zip
FreeBSD-src-750ab90255369a936df728c511f3bcbbc337b373.tar.gz
Add const to rcsid.
Diffstat (limited to 'usr.bin/rsh')
-rw-r--r--usr.bin/rsh/rsh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rsh/rsh.c b/usr.bin/rsh/rsh.c
index cdce225..2539b2f 100644
--- a/usr.bin/rsh/rsh.c
+++ b/usr.bin/rsh/rsh.c
@@ -41,8 +41,8 @@ static const char copyright[] =
#if 0
static char sccsid[] = "From: @(#)rsh.c 8.3 (Berkeley) 4/6/94";
#endif
-static char rcsid[] =
- "$Id: rsh.c,v 1.13 1997/09/28 08:57:24 markm Exp $";
+static const char rcsid[] =
+ "$Id: rsh.c,v 1.14 1998/02/20 04:50:50 jb Exp $";
#endif /* not lint */
#include <sys/types.h>
OpenPOWER on IntegriCloud