From owner-cvs-usrsbin Tue Jan 28 17:28:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA28812 for cvs-usrsbin-outgoing; Tue, 28 Jan 1997 17:28:10 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA28767; Tue, 28 Jan 1997 17:28:04 -0800 (PST) Date: Tue, 28 Jan 1997 17:28:04 -0800 (PST) From: Brian Somers Message-Id: <199701290128.RAA28767@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp main.c timeout.h timer.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 97/01/28 17:28:02 Modified: usr.sbin/ppp main.c timeout.h timer.c Log: Move the call to TimerService() into main.c - just after the select() call. The SIGALRM just sets a flag now, preventing the possibility of any nasty recursivness in the handler itself. Revision Changes Path 1.29 +10 -0 src/usr.sbin/ppp/main.c 1.7 +1 -0 src/usr.sbin/ppp/timeout.h 1.7 +25 -1 src/usr.sbin/ppp/timer.c