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 9c3f116d2..e4db23895 100644
--- a/networking/nc.c
+++ b/networking/nc.c
@@ -129,7 +129,7 @@ int nc_main(int argc, char **argv)
129 129
130 if (wsecs) { 130 if (wsecs) {
131 alarm(0); 131 alarm(0);
132 /* Non-ignored siganls revert to SIG_DFL on exec anyway */ 132 /* Non-ignored signals revert to SIG_DFL on exec anyway */
133 /*signal(SIGALRM, SIG_DFL);*/ 133 /*signal(SIGALRM, SIG_DFL);*/
134 } 134 }
135 135