Date: Tue, 28 Jan 1997 17:28:04 -0800 (PST) From: Brian Somers <brian> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp main.c timeout.h timer.c Message-ID: <199701290128.RAA28767@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701290128.RAA28767>