Date: Fri, 10 Jun 2005 20:42:02 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c Message-ID: <200506102042.j5AKg2LP092421@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
brooks 2005-06-10 20:42:02 UTC FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c Log: Revert the unnecessicary addition of some braces in fxp_attach(). Don't explicitly free the ifp in fxp_detach(), the call to fxp_release() takes care of it. Revision Changes Path 1.238 +1 -3 src/sys/dev/fxp/if_fxp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506102042.j5AKg2LP092421>