aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rsh
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 06:41:30 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 06:41:30 +0000
commit7799f52a32f592a7efe259bc3411ba52d13db797 (patch)
tree350f6f98843363254f9afe467ae0c92d5a9d7f43 /usr.bin/rsh
parent5ebc7e6281887681c3a348a5a4c902e262ccd656 (diff)
downloadsrc-7799f52a32f592a7efe259bc3411ba52d13db797.tar.gz
src-7799f52a32f592a7efe259bc3411ba52d13db797.zip
Remove trailing whitespace.
Notes
Notes: svn path=/head/; revision=8874
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 2d2d49d44dc6..e2297d568a83 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$";
+ "$Id: rsh.c,v 1.3 1995/01/14 20:36:22 wollman Exp $";
#endif /* not lint */
#include <sys/types.h>
@@ -323,7 +323,7 @@ reread: errno = 0;
goto done;
bp = buf;
-rewrite:
+rewrite:
FD_ZERO(&rembits);
FD_SET(rem, &rembits);
if (select(16, 0, &rembits, 0, 0) < 0) {