* build breakage
@ 2005-03-07 7:59 Jeff Garzik
2005-03-07 17:34 ` David S. Miller
0 siblings, 1 reply; 3+ messages in thread
From: Jeff Garzik @ 2005-03-07 7:59 UTC (permalink / raw)
To: Arnaldo Carvalho de Melo, David S. Miller, Netdev
Upstream net changes caused this to appear..
CC drivers/net/appletalk/cops.o
In file included from drivers/net/appletalk/cops.c:70:
include/linux/atalk.h:67: error: field `sk' has incomplete type
make[3]: *** [drivers/net/appletalk/cops.o] Error 1
make[2]: *** [drivers/net/appletalk] Error 2
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: build breakage
2005-03-07 7:59 build breakage Jeff Garzik
@ 2005-03-07 17:34 ` David S. Miller
2005-03-07 17:52 ` Arnaldo Carvalho de Melo
0 siblings, 1 reply; 3+ messages in thread
From: David S. Miller @ 2005-03-07 17:34 UTC (permalink / raw)
To: Jeff Garzik; +Cc: acme, netdev
On Mon, 07 Mar 2005 02:59:57 -0500
Jeff Garzik <jgarzik@pobox.com> wrote:
> Upstream net changes caused this to appear..
>
> CC drivers/net/appletalk/cops.o
> In file included from drivers/net/appletalk/cops.c:70:
> include/linux/atalk.h:67: error: field `sk' has incomplete type
> make[3]: *** [drivers/net/appletalk/cops.o] Error 1
> make[2]: *** [drivers/net/appletalk] Error 2
atalk.h needs net/sock.h, I've just applied a patch from
Andrew Morton fixing exactly that.
Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: build breakage
2005-03-07 17:34 ` David S. Miller
@ 2005-03-07 17:52 ` Arnaldo Carvalho de Melo
0 siblings, 0 replies; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2005-03-07 17:52 UTC (permalink / raw)
To: David S. Miller; +Cc: Jeff Garzik, netdev
Em Mon, Mar 07, 2005 at 09:34:33AM -0800, David S. Miller escreveu:
> On Mon, 07 Mar 2005 02:59:57 -0500
> Jeff Garzik <jgarzik@pobox.com> wrote:
>
> > Upstream net changes caused this to appear..
> >
> > CC drivers/net/appletalk/cops.o
> > In file included from drivers/net/appletalk/cops.c:70:
> > include/linux/atalk.h:67: error: field `sk' has incomplete type
> > make[3]: *** [drivers/net/appletalk/cops.o] Error 1
> > make[2]: *** [drivers/net/appletalk] Error 2
>
> atalk.h needs net/sock.h, I've just applied a patch from
> Andrew Morton fixing exactly that.
>
> Thanks.
Thanks, I wonder how this one slipped in unnoticed... :-\
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-03-07 17:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-07 7:59 build breakage Jeff Garzik
2005-03-07 17:34 ` David S. Miller
2005-03-07 17:52 ` Arnaldo Carvalho de Melo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).