Date: Sat, 12 Dec 2009 15:49:28 +0000 (UTC) From: Luigi Rizzo <luigi@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net radix.c Message-ID: <200912121549.nBCFnjpd006850@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
luigi 2009-12-12 15:49:28 UTC FreeBSD src repository Modified files: sys/net radix.c Log: SVN rev 200439 on 2009-12-12 15:49:28Z by luigi Make the code buildable in userland so it is easier to test it: this requires a small reordering of headers and a few #defines to map functions not available in userland. Remove a useless #ifndef block at the beginning of the file. Introduce (temporarily) rn_init2(), see the comment in the code for the proper long term change. No ABI or functional change. MFC after: 7 days Revision Changes Path 1.44 +25 -8 src/sys/net/radix.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912121549.nBCFnjpd006850>