From owner-cvs-all Tue May 15 15:19:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EE7B37B42C; Tue, 15 May 2001 15:19:51 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FMJpo72106; Tue, 15 May 2001 15:19:51 -0700 (PDT) (envelope-from wpaul) Message-Id: <200105152219.f4FMJpo72106@freefall.freebsd.org> From: Bill Paul Date: Tue, 15 May 2001 15:19:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/nge if_nge.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2001/05/15 15:19:50 PDT Modified files: sys/dev/nge if_nge.c Log: Fix instance of (struct ti_softc *) that should have been (struct nge_softc *), which the compiler never complained about. I guess it doesn't matter, a pointer is a pointer, but looked weird to me. Revision Changes Path 1.4 +3 -3 src/sys/dev/nge/if_nge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message