Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/rsh Whitespace nits.
details: https://anonhg.NetBSD.org/src/rev/fa835a0fb238
branches: trunk
changeset: 329768:fa835a0fb238
user: enami <enami%NetBSD.org@localhost>
date: Sun Jun 08 02:02:41 2014 +0000
description:
Whitespace nits.
diffstat:
usr.bin/rsh/rsh.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 5c4416423aaa -r fa835a0fb238 usr.bin/rsh/rsh.c
--- a/usr.bin/rsh/rsh.c Sun Jun 08 01:44:52 2014 +0000
+++ b/usr.bin/rsh/rsh.c Sun Jun 08 02:02:41 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rsh.c,v 1.34 2014/06/08 01:44:52 enami Exp $ */
+/* $NetBSD: rsh.c,v 1.35 2014/06/08 02:02:41 enami Exp $ */
/*-
* Copyright (c) 1983, 1990, 1993, 1994
@@ -39,7 +39,7 @@
#if 0
static char sccsid[] = "@(#)rsh.c 8.4 (Berkeley) 4/29/95";
#else
-__RCSID("$NetBSD: rsh.c,v 1.34 2014/06/08 01:44:52 enami Exp $");
+__RCSID("$NetBSD: rsh.c,v 1.35 2014/06/08 02:02:41 enami Exp $");
#endif
#endif /* not lint */
@@ -300,7 +300,7 @@
if (fdp->revents & (POLLNVAL|POLLERR|POLLHUP))
return -1;
-
+
if ((fdp->revents & POLLIN) == 0)
return 0;
@@ -416,7 +416,7 @@
char signo;
signo = sig;
- (void)write(remerr, &signo, 1);
+ (void)write(remerr, &signo, 1);
}
Home |
Main Index |
Thread Index |
Old Index