From owner-cvs-usrsbin Wed Jan 29 16:49:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA05015 for cvs-usrsbin-outgoing; Wed, 29 Jan 1997 16:49:57 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA05002; Wed, 29 Jan 1997 16:49:54 -0800 (PST) Date: Wed, 29 Jan 1997 16:49:54 -0800 (PST) From: Brian Somers Message-Id: <199701300049.QAA05002@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp main.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 97/01/29 16:49:53 Modified: usr.sbin/ppp main.c Log: Check the timer request flag irrespective of wheter select() came back with EINTR - it's possible that it happened at some other point in the loop. Revision Changes Path 1.30 +26 -10 src/usr.sbin/ppp/main.c