aboutsummaryrefslogtreecommitdiff
path: root/networking/telnetd.ctrlSQ.patch
diff options
context:
space:
mode:
Diffstat (limited to 'networking/telnetd.ctrlSQ.patch')
-rw-r--r--networking/telnetd.ctrlSQ.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/telnetd.ctrlSQ.patch b/networking/telnetd.ctrlSQ.patch
index 885e10523..7060e1c6e 100644
--- a/networking/telnetd.ctrlSQ.patch
+++ b/networking/telnetd.ctrlSQ.patch
@@ -104,7 +104,7 @@ exceptional conditions.
104+#endif 104+#endif
105 /* Even if !STANDALONE, we accept (and ignore) -i, thus people 105 /* Even if !STANDALONE, we accept (and ignore) -i, thus people
106 * don't need to guess whether it's ok to pass -i to us */ 106 * don't need to guess whether it's ok to pass -i to us */
107 opt = getopt32(argv, "f:l:Ki" USE_FEATURE_TELNETD_STANDALONE("p:b:F"), 107 opt = getopt32(argv, "f:l:Ki" IF_FEATURE_TELNETD_STANDALONE("p:b:F"),
108@@ -475,7 +495,7 @@ 108@@ -475,7 +495,7 @@
109 FD_SET(ts->sockfd_read, &rdfdset); 109 FD_SET(ts->sockfd_read, &rdfdset);
110 if (ts->size2 > 0) /* can write to socket */ 110 if (ts->size2 > 0) /* can write to socket */