diff --git a/usr.sbin/ppp/main.c b/usr.sbin/ppp/main.c index 6418acabb216..3fef84add7f7 100644 --- a/usr.sbin/ppp/main.c +++ b/usr.sbin/ppp/main.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: main.c,v 1.120 1998/01/27 23:14:51 brian Exp $ + * $Id: main.c,v 1.121 1998/01/29 00:42:05 brian Exp $ * * TODO: * o Add commands for traffic summary, version display, etc. @@ -885,6 +885,11 @@ DoLoop(void) IpStartOutput(); qlen = ModemQlen(); } + +#ifdef SIGALRM + handle_signals(); +#endif + if (modem >= 0) { if (modem + 1 > nfds) nfds = modem + 1; @@ -910,8 +915,6 @@ DoLoop(void) */ usleep(TICKUNIT); TimerService(); -#else - handle_signals(); #endif /* If there are aren't many packets queued, look for some more. */