summaryrefslogtreecommitdiff
path: root/usr.bin/rsh
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/rsh')
-rw-r--r--usr.bin/rsh/Makefile2
-rw-r--r--usr.bin/rsh/rsh.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rsh/Makefile b/usr.bin/rsh/Makefile
index 5d545f94fdbd..4d5b6af16f39 100644
--- a/usr.bin/rsh/Makefile
+++ b/usr.bin/rsh/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.8 1998/09/19 22:42:05 obrien Exp $
+# $Id: Makefile,v 1.9 1998/10/09 06:47:57 markm Exp $
PROG= rsh
SRCS= rsh.c
diff --git a/usr.bin/rsh/rsh.c b/usr.bin/rsh/rsh.c
index 3094f7c2449b..5dcd5e025d3b 100644
--- a/usr.bin/rsh/rsh.c
+++ b/usr.bin/rsh/rsh.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "From: @(#)rsh.c 8.3 (Berkeley) 4/6/94";
#endif
static const char rcsid[] =
- "$Id: rsh.c,v 1.17 1999/02/10 18:08:51 des Exp $";
+ "$Id: rsh.c,v 1.16.2.1 1999/02/10 18:18:39 des Exp $";
#endif /* not lint */
#include <sys/param.h>