From owner-cvs-sys Wed Jun 12 12:24:20 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA24926 for cvs-sys-outgoing; Wed, 12 Jun 1996 12:24:20 -0700 (PDT) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA24905; Wed, 12 Jun 1996 12:24:05 -0700 (PDT) Date: Wed, 12 Jun 1996 12:24:05 -0700 (PDT) From: Gary Palmer Message-Id: <199606121924.MAA24905@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/net if.c if_ppp.c if_sl.c if_tun.c ppp_tty.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 96/06/12 12:24:04 Modified: sys/net if.c if_ppp.c if_sl.c if_tun.c ppp_tty.c Log: Since the updates to ifnet.if_lastchange are so rare (relatively speaking), go for the extra accuracy and call microtime() to get the current time. Pointed Out By: bde Revision Changes Path 1.32 +9 -9 src/sys/net/if.c 1.35 +2 -2 src/sys/net/if_ppp.c 1.43 +2 -2 src/sys/net/if_sl.c 1.28 +2 -2 src/sys/net/if_tun.c 1.7 +2 -2 src/sys/net/ppp_tty.c