Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/rlogin Remove stray ; in comment.
details: https://anonhg.NetBSD.org/src/rev/c10cc017a0ea
branches: trunk
changeset: 571599:c10cc017a0ea
user: ginsbach <ginsbach%NetBSD.org@localhost>
date: Thu Dec 02 21:46:52 2004 +0000
description:
Remove stray ; in comment.
diffstat:
usr.bin/rlogin/rlogin.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b7bef678c17a -r c10cc017a0ea usr.bin/rlogin/rlogin.c
--- a/usr.bin/rlogin/rlogin.c Thu Dec 02 19:59:31 2004 +0000
+++ b/usr.bin/rlogin/rlogin.c Thu Dec 02 21:46:52 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rlogin.c,v 1.31 2004/10/16 02:03:54 christos Exp $ */
+/* $NetBSD: rlogin.c,v 1.32 2004/12/02 21:46:52 ginsbach Exp $ */
/*
* Copyright (c) 1983, 1990, 1993
@@ -39,7 +39,7 @@
#if 0
static char sccsid[] = "@(#)rlogin.c 8.4 (Berkeley) 4/29/95";
#else
-__RCSID("$NetBSD: rlogin.c,v 1.31 2004/10/16 02:03:54 christos Exp $");
+__RCSID("$NetBSD: rlogin.c,v 1.32 2004/12/02 21:46:52 ginsbach Exp $");
#endif
#endif /* not lint */
@@ -308,7 +308,7 @@
* We set SIGURG and SIGUSR1 below so that an
* incoming signal will be held pending rather than being
* discarded. Note that these routines will be ready to get
- * a signal by the time that they are unblocked below.;
+ * a signal by the time that they are unblocked below.
*/
sa.sa_handler = copytochild;
(void)sigaction(SIGURG, &sa, (struct sigaction *) 0);
Home |
Main Index |
Thread Index |
Old Index