Date: Mon, 13 Mar 2000 17:46:32 -0800 (PST) From: Brian Somers <brian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp timer.c Message-ID: <200003140146.RAA81821@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003140146.RAA81821>