From owner-cvs-all Mon Mar 13 17:46:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 66B6237B58D; Mon, 13 Mar 2000 17:46:32 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA81821; Mon, 13 Mar 2000 17:46:32 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <200003140146.RAA81821@freefall.freebsd.org> From: Brian Somers Date: Mon, 13 Mar 2000 17:46:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp timer.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/03/13 17:46:32 PST Modified files: usr.sbin/ppp timer.c Log: When we stop a timer that's the first in the timer list, ensure that we adjust that timers `rest' value (with the current getitimer() values) before using that to adjust the next items `rest' value. After adjusting that value, restart the timer service so that we've now got the correct setitimer() values. Revision Changes Path 1.39 +15 -5 src/usr.sbin/ppp/timer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message