On Mon, Dec 17, 2001 at 04:54:53PM +1100, Keith Owens wrote:
> On Mon, 17 Dec 2001 00:28:12 -0500, 
> Ben Collins <[EMAIL PROTECTED]> wrote:
> >If anyone needs them, I can provide a small diff for the sparc/sparc64
> >Vger CVS changes to apply on top of the main kbuild-2.5 patch. Very
> >minor change (hint, in Vger, netlink is compiled unconditionally now).
> 
> Since they are small, mail them to linux-{kernel,kbuild} and maybe the
> sparc lists as well.

Note, I have not updated to your current tree, so hopefully
net/netlink/Makefile.in hasn't changed. The patch is pretty easy to
apply by hand of course :)


Ben

-- 
 .----------=======-=-======-=========-----------=====------------=-=-----.
/                   Ben Collins    --    Debian GNU/Linux                  \
`  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  '
 `---=========------=======-------------=-=-----=-===-======-------=--=---'
--- Makefile.in~        Mon Dec 17 01:24:10 2001
+++ Makefile.in Wed Nov 21 10:31:06 2001
@@ -5,4 +5,4 @@
 expsyms(af_netlink.o)
 objlink(netlink.o af_netlink.o)
 select(CONFIG_NETLINK_DEV netlink_dev.o)
-select(CONFIG_NETLINK netlink.o)
+select(netlink.o)

Reply via email to