Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/rlogind indentation fix.
details: https://anonhg.NetBSD.org/src/rev/434b19008af7
branches: trunk
changeset: 480046:434b19008af7
user: itojun <itojun%NetBSD.org@localhost>
date: Fri Dec 31 08:01:26 1999 +0000
description:
indentation fix.
diffstat:
libexec/rlogind/rlogind.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 8cf5076a216d -r 434b19008af7 libexec/rlogind/rlogind.c
--- a/libexec/rlogind/rlogind.c Fri Dec 31 04:42:02 1999 +0000
+++ b/libexec/rlogind/rlogind.c Fri Dec 31 08:01:26 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rlogind.c,v 1.18 1998/08/29 17:31:56 tsarna Exp $ */
+/* $NetBSD: rlogind.c,v 1.19 1999/12/31 08:01:26 itojun Exp $ */
/*-
* Copyright (c) 1983, 1988, 1989, 1993
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)rlogind.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: rlogind.c,v 1.18 1998/08/29 17:31:56 tsarna Exp $");
+__RCSID("$NetBSD: rlogind.c,v 1.19 1999/12/31 08:01:26 itojun Exp $");
#endif
#endif /* not lint */
@@ -306,7 +306,7 @@
fatal(STDERR_FILENO, _PATH_LOGIN, 1);
/*NOTREACHED*/
}
- ioctl(f, FIONBIO, &on);
+ ioctl(f, FIONBIO, &on);
ioctl(master, FIONBIO, &on);
ioctl(master, TIOCPKT, &on);
signal(SIGCHLD, cleanup);
Home |
Main Index |
Thread Index |
Old Index