Date: Fri, 12 Mar 2004 18:31:40 -0800 (PST) From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c if_var.h Message-ID: <200403130231.i2D2VeRD067965@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
brooks 2004/03/12 18:31:40 PST FreeBSD src repository Modified files: sys/net if.c if_var.h Log: Remove if_withname. It came in with the KAME import, but never got used. Should someone need its functionality, it's a really expensive implementation of: ifnet_byindex(sdl->sdl_index) Reviewed by: bde, ume Revision Changes Path 1.184 +0 -26 src/sys/net/if.c 1.65 +0 -1 src/sys/net/if_var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403130231.i2D2VeRD067965>