[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20150111.215614.2186929329384615040.davem@davemloft.net>
Date: Sun, 11 Jan 2015 21:56:14 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: willemb@...gle.com
Cc: netdev@...r.kernel.org, xiyou.wangcong@...il.com,
vlee@...pensource.com, carlos@...hat.com
Subject: Re: [PATCH net-next] doc: fix the compile fix of txtimestamp.c
From: Willem de Bruijn <willemb@...gle.com>
Date: Sat, 10 Jan 2015 12:08:18 -0500
> From: Willem de Bruijn <willemb@...gle.com>
>
> A fix to ipv6 structure definitions removed the now superfluous
> definition of in6_pktinfo in this file.
>
> But, use of the glibc definition requires defining _GNU_SOURCE
> (see also https://sourceware.org/bugzilla/show_bug.cgi?id=6775).
>
> Before this change, the following would fail for me:
>
> make
> make headers_install
> make M=Documentation/networking/timestamping
>
> with
>
> Documentation/networking/timestamping/txtimestamp.c: In function '__recv_errmsg_cmsg':
> Documentation/networking/timestamping/txtimestamp.c:205:33: error: dereferencing pointer to incomplete type
> Documentation/networking/timestamping/txtimestamp.c:206:23: error: dereferencing pointer to incomplete type
>
> After this patch compilation succeeded.
>
> Fixes: cd91cc5bdddf ("doc: fix the compile error of txtimestamp.c")
> Signed-off-by: Willem de Bruijn <willemb@...gle.com>
Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists