diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
commit | 1130b656e5fe4c2d1ba299e024d1b40eaeebd380 (patch) | |
tree | 1ee435de0c816086549d85bbabfe30ead7f413ec /usr.bin/rsh | |
parent | aac45e814cf997f0df77795a3c06385075ef005a (diff) | |
download | src-test2-1130b656e5fe4c2d1ba299e024d1b40eaeebd380.tar.gz src-test2-1130b656e5fe4c2d1ba299e024d1b40eaeebd380.zip |
Notes
Diffstat (limited to 'usr.bin/rsh')
-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..0072565ac1f0 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 $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> |