diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-21 11:09:40 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-21 11:09:40 +0000 |
commit | 5e34ff29bcc870936ab18172f438a34d042d4e03 (patch) | |
tree | a5e7a528f2f916eb883f1161eadceacdf2dca4be /networking/telnetd.ctrlSQ.patch | |
parent | 8b814b4a349e2262c0ad25793b05206a14651ebb (diff) | |
download | busybox-w32-5e34ff29bcc870936ab18172f438a34d042d4e03.tar.gz busybox-w32-5e34ff29bcc870936ab18172f438a34d042d4e03.tar.bz2 busybox-w32-5e34ff29bcc870936ab18172f438a34d042d4e03.zip |
*: mass renaming of USE_XXXX to IF_XXXX
and SKIP_XXXX to IF_NOT_XXXX - the second one was especially
badly named. It was not skipping anything!
Diffstat (limited to 'networking/telnetd.ctrlSQ.patch')
-rw-r--r-- | networking/telnetd.ctrlSQ.patch | 2 |
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 */ |