Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/fingerd tabify
details: https://anonhg.NetBSD.org/src/rev/0ceddff550b2
branches: trunk
changeset: 536166:0ceddff550b2
user: itojun <itojun%NetBSD.org@localhost>
date: Tue Sep 10 04:06:26 2002 +0000
description:
tabify
diffstat:
libexec/fingerd/fingerd.c | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diffs (39 lines):
diff -r d886e7a87c8c -r 0ceddff550b2 libexec/fingerd/fingerd.c
--- a/libexec/fingerd/fingerd.c Tue Sep 10 03:29:01 2002 +0000
+++ b/libexec/fingerd/fingerd.c Tue Sep 10 04:06:26 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fingerd.c,v 1.17 2002/09/10 03:29:02 kim Exp $ */
+/* $NetBSD: fingerd.c,v 1.18 2002/09/10 04:06:26 itojun Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -44,7 +44,7 @@
#if 0
static char sccsid[] = "from: @(#)fingerd.c 8.1 (Berkeley) 6/4/93";
#else
-__RCSID("$NetBSD: fingerd.c,v 1.17 2002/09/10 03:29:02 kim Exp $");
+__RCSID("$NetBSD: fingerd.c,v 1.18 2002/09/10 04:06:26 itojun Exp $");
#endif
#endif /* not lint */
@@ -100,13 +100,13 @@
break;
case 'i':
/*
- * This is a hack to enable single-byte 8-bit
- * characters in the output of the default
- * finger program. The character set is not
- * communicated to the network client, and the
- * exact value does not matter much as long
- * as it enables as many 8-bit characters as
- * possible.
+ * This is a hack to enable single-byte 8-bit
+ * characters in the output of the default
+ * finger program. The character set is not
+ * communicated to the network client, and the
+ * exact value does not matter much as long
+ * as it enables as many 8-bit characters as
+ * possible.
*/
(void) putenv("LC_CTYPE=en_US.ISO8859-15");
break;
Home |
Main Index |
Thread Index |
Old Index