[BusyBox-cvs] busybox/networking telnetd.c,1.5,1.6
Erik Andersen
andersen at busybox.net
Fri Apr 25 12:32:42 UTC 2003
Update of /var/cvs/busybox/networking
In directory winder:/tmp/cvs-serv25859/networking
Modified Files:
telnetd.c
Log Message:
Patch from Steven Scholz to fix telnetd compile problem
Index: telnetd.c
===================================================================
RCS file: /var/cvs/busybox/networking/telnetd.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- telnetd.c 19 Mar 2003 09:12:39 -0000 1.5
+++ telnetd.c 25 Apr 2003 12:32:37 -0000 1.6
@@ -363,6 +363,7 @@
#else /* CONFIG_EATURE_TELNETD_INETD */
"f:l:p:";
#endif /* CONFIG_FEATURE_TELNETD_INETD */
+ int maxlen, w, r;
for (;;) {
c = getopt( argc, argv, options);
@@ -505,7 +506,6 @@
ts = sessions;
while (ts) { /* For all sessions... */
#endif /* CONFIG_FEATURE_TELNETD_INETD */
- int maxlen, w, r;
#ifndef CONFIG_FEATURE_TELNETD_INETD
struct tsession *next = ts->next; /* in case we free ts. */
#endif /* CONFIG_FEATURE_TELNETD_INETD */
More information about the busybox-cvs
mailing list