Date: Tue, 15 May 2001 15:19:50 -0700 (PDT) From: Bill Paul <wpaul@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/nge if_nge.c Message-ID: <200105152219.f4FMJpo72106@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105152219.f4FMJpo72106>