]> git.pld-linux.org Git - packages/dip.git/blame - dip-3.3.7o-timeout.patch
- dropped pre-cvs changelog
[packages/dip.git] / dip-3.3.7o-timeout.patch
CommitLineData
724451c6
MK
1--- dip-3.3.7o/main.c.timeout Mon Nov 22 13:16:38 1999
2+++ dip-3.3.7o/main.c Mon Nov 22 13:16:38 1999
3@@ -396,6 +396,7 @@
4 (void) signal(SIGTERM, catch);
5 (void) signal(SIGHUP, log_catch);
6 (void) signal(SIGQUIT, catch);
7+ (void) siginterrupt(SIGALRM, 1);
8
9 /* Verbose mode? -> print mydip values */
10 if (opt_v == 1) {
This page took 0.061647 seconds and 4 git commands to generate.