From owner-cvs-sys Sat Jun 22 17:51:14 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA19996 for cvs-sys-outgoing; Sat, 22 Jun 1996 17:51:14 -0700 (PDT) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA19982; Sat, 22 Jun 1996 17:51:07 -0700 (PDT) Date: Sat, 22 Jun 1996 17:51:07 -0700 (PDT) From: Gary Palmer Message-Id: <199606230051.RAA19982@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/net if_tun.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 96/06/22 17:51:06 Modified: sys/net if_tun.c Log: Remove an un-necessary call to microtime() to set if_lastchange as it is set in the call to if_down in the line above Revision Changes Path 1.29 +0 -1 src/sys/net/if_tun.c