aboutsummaryrefslogtreecommitdiff
path: root/networking/telnetd.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-03-15 08:29:22 +0000
committerEric Andersen <andersen@codepoet.org>2004-03-15 08:29:22 +0000
commitc7bda1ce659294d6e22c06e087f6f265983c7578 (patch)
tree4c6d2217f4d8306c59cf1096f8664e1cfd167213 /networking/telnetd.c
parent8854004b41065b3d081af7f3df13a100b0c8bfbe (diff)
downloadbusybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.gz
busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.bz2
busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.zip
Remove trailing whitespace. Update copyright to include 2004.
Diffstat (limited to 'networking/telnetd.c')
-rw-r--r--networking/telnetd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/networking/telnetd.c b/networking/telnetd.c
index 3051cfa1e..efb2988b3 100644
--- a/networking/telnetd.c
+++ b/networking/telnetd.c
@@ -1,4 +1,4 @@
1/* $Id: telnetd.c,v 1.10 2004/02/22 09:45:57 bug1 Exp $ 1/* $Id: telnetd.c,v 1.11 2004/03/15 08:28:53 andersen Exp $
2 * 2 *
3 * Simple telnet server 3 * Simple telnet server
4 * Bjorn Wesen, Axis Communications AB (bjornw@axis.com) 4 * Bjorn Wesen, Axis Communications AB (bjornw@axis.com)
@@ -49,7 +49,7 @@
49 49
50#define BUFSIZE 4000 50#define BUFSIZE 4000
51 51
52static const char *loginpath 52static const char *loginpath
53#ifdef CONFIG_LOGIN 53#ifdef CONFIG_LOGIN
54 = "/bin/login"; 54 = "/bin/login";
55#else 55#else
@@ -540,7 +540,7 @@ telnetd_main(int argc, char **argv)
540#ifndef CONFIG_FEATURE_TELNETD_INETD 540#ifndef CONFIG_FEATURE_TELNETD_INETD
541 struct tsession *next = ts->next; /* in case we free ts. */ 541 struct tsession *next = ts->next; /* in case we free ts. */
542#endif /* CONFIG_FEATURE_TELNETD_INETD */ 542#endif /* CONFIG_FEATURE_TELNETD_INETD */
543 543
544 if (ts->size1 && FD_ISSET(ts->ptyfd, &wrfdset)) { 544 if (ts->size1 && FD_ISSET(ts->ptyfd, &wrfdset)) {
545 int num_totty; 545 int num_totty;
546 char *ptr; 546 char *ptr;