On Sunday 05 November 2006 7:45 pm, David Miller wrote:
> From: Paul Moore <[EMAIL PROTECTED]>
> Date: Sun, 5 Nov 2006 16:24:07 -0500 (EST)
>
> > On Sun, 5 Nov 2006, Toralf Förster wrote:
> > > Hello,
> > >
> > > the build with the attached .config failed, make ends with:
> > > ...
> > >
> > > : undefined reference to `cipso_v4_sock_getattr'
> > >
> > > net/built-in.o: In function `netlbl_socket_getattr':
> >
> > Ah ha!  Why did you have to go and build a kernel without TCP/IP
> > networking ;)
> >
> > It looks like I was stupid and made NetLabel depend on CONFIG_NET and not
> > CONFIG_INET, the patch below should fix this by making NetLabel depend on
> > CONFIG_INET and CONFIG_SECURITY.  Please review and apply for 2.6.19.
> >
> > Signed-off-by: Paul Moore <[EMAIL PROTECTED]>
>
> Applied, thanks Paul.
>
> What email client are you using?  There were a bunch of spacing
> issues I had to correct in your patch before it would apply
> cleanly.  (1) lines with only spaces were changed to empty lines
> (2) Severl lines had an extra space added to the beginning.

Sorry about that, that particular mail was sent with pine (I'm at home right 
now and not at my work machine), usually I use quilt to send my patches out.  
I checked it briefly in pine to make sure the tabs didn't get converted into 
spaces but I guess I didn't check well enough.

-- 
paul moore
linux security @ hp
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to