summaryrefslogtreecommitdiff
path: root/usr.bin/rsh
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-05-24 16:47:10 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-05-24 16:47:10 +0000
commitbff5b80e6cde3256fd760aec0882f8b9fa85b5ee (patch)
treef979656ed109e888baec4c361944b615bc0f7d2c /usr.bin/rsh
parentc37538200ebdef38051ba82b76e6b2dab3bd2fdc (diff)
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>