From owner-cvs-all Sat Jan 31 21:36:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA17844 for cvs-all-outgoing; Sat, 31 Jan 1998 21:36:52 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) 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-all@FreeBSD.ORG Precedence: bulk X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe cvs-all" 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