Patch from Denis Vlasenko turning static const int (which gets emitted into
[oweals/busybox.git] / networking / nc.c
index fda1fb8f68ff362be02f9fed9208a820637415c3..85148c4a713be973ae535e64af84c5c7dcfc6578 100644 (file)
@@ -48,9 +48,9 @@ static void timeout(int signum)
 int nc_main(int argc, char **argv)
 {
        int do_listen = 0, lport = 0, delay = 0, wsecs = 0, tmpfd, opt, sfd, x;
-       
+
 #define buf bb_common_bufsiz1
-       
+
 #ifdef CONFIG_NC_GAPING_SECURITY_HOLE
        char *pr00gie = NULL;
 #endif