aboutsummaryrefslogtreecommitdiff
path: root/networking/nc.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/nc.c')
-rw-r--r--networking/nc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/nc.c b/networking/nc.c
index 37e658d4b..09d89b0a8 100644
--- a/networking/nc.c
+++ b/networking/nc.c
@@ -23,8 +23,8 @@ int nc_main(int argc, char **argv)
23 /* sfd sits _here_ only because of "repeat" option (-l -l). */ 23 /* sfd sits _here_ only because of "repeat" option (-l -l). */
24 int sfd = sfd; /* for gcc */ 24 int sfd = sfd; /* for gcc */
25 int cfd = 0; 25 int cfd = 0;
26 unsigned lport = 0;
26 SKIP_NC_SERVER(const) unsigned do_listen = 0; 27 SKIP_NC_SERVER(const) unsigned do_listen = 0;
27 SKIP_NC_SERVER(const) unsigned lport = 0;
28 SKIP_NC_EXTRA (const) unsigned wsecs = 0; 28 SKIP_NC_EXTRA (const) unsigned wsecs = 0;
29 SKIP_NC_EXTRA (const) unsigned delay = 0; 29 SKIP_NC_EXTRA (const) unsigned delay = 0;
30 SKIP_NC_EXTRA (const int execparam = 0;) 30 SKIP_NC_EXTRA (const int execparam = 0;)