[Bug 10991] getops error in nc if compiled without NC_SERVER

bugzilla at busybox.net bugzilla at busybox.net
Thu May 24 14:38:24 UTC 2018


https://bugs.busybox.net/show_bug.cgi?id=10991

--- Comment #2 from Denys Vlasenko <vda.linux at googlemail.com> ---
Does this change work?

                IF_NC_EXTRA("i:o:z")
                        "\0"
-                       "?2:vv:ll", /* max 2 params; -v and -l are counters */
+                       "?2:vv"IF_NC_SERVER(":ll"), /* max 2 params; -v and -l
are counters */

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list