diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-03-27 03:07:27 +0000 | 
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-03-27 03:07:27 +0000 | 
| commit | 1784d64eb85eb63599204bb31b826970b6661e65 (patch) | |
| tree | 31089dd6c9e4a7feeac25f24574e6269b75f5db0 /usr.bin/rsh/rsh.c | |
| parent | fe49c1266233ddc2306072aefb4e1c1d045060fe (diff) | |
Diffstat (limited to 'usr.bin/rsh/rsh.c')
| -rw-r--r-- | usr.bin/rsh/rsh.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/usr.bin/rsh/rsh.c b/usr.bin/rsh/rsh.c index 6d2034368c19..f5835bb2f9aa 100644 --- a/usr.bin/rsh/rsh.c +++ b/usr.bin/rsh/rsh.c @@ -40,7 +40,7 @@ static char copyright[] =  #ifndef lint  static char sccsid[] = "From: @(#)rsh.c	8.3 (Berkeley) 4/6/94";  static char rcsid[] = -	"$Id: rsh.c,v 1.7 1996/02/11 09:14:12 markm Exp $"; +	"$Id: rsh.c,v 1.8 1996/09/06 05:24:05 jkh Exp $";  #endif /* not lint */  #include <sys/types.h> | 
