From owner-cvs-sys Sat Jan 31 21:36:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA17870 for cvs-sys-outgoing; Sat, 31 Jan 1998 21:36:56 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA17839; Sat, 31 Jan 1998 21:36:50 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA03782; Sat, 31 Jan 1998 21:36:45 -0800 (PST) Date: Sat, 31 Jan 1998 21:36:45 -0800 (PST) Message-Id: <199802010536.VAA03782@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if_tun.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/01/31 21:36:45 PST Modified files: sys/net if_tun.c Log: Revert previous commit. Remove all ifp->if_* = 0 initializations, since pkh made tunctl static in revision 1.17 these are already guaranteed to be zero'd and tunattach will only be called once. Pointed out by: Bruce Evans and Bill Fenner Revision Changes Path 1.43 +0 -7 src/sys/net/if_tun.c