0
0
mirror of https://mirrors.bfsu.edu.cn/git/linux.git synced 2025-01-02 20:04:49 +08:00
linux/Documentation/networking/timestamping
WANG Cong cd91cc5bdd doc: fix the compile error of txtimestamp.c
Vinson reported:

  HOSTCC  Documentation/networking/timestamping/txtimestamp
Documentation/networking/timestamping/txtimestamp.c:64:8: error:
redefinition of ‘struct in6_pktinfo’
 struct in6_pktinfo {
        ^
In file included from /usr/include/arpa/inet.h:23:0,
                 from Documentation/networking/timestamping/txtimestamp.c:33:
/usr/include/netinet/in.h:456:8: note: originally defined here
 struct in6_pktinfo
        ^

After we sync with libc header, we don't need this ugly hack any more.

Reported-by: Vinson Lee <vlee@twopensource.com>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-01-08 19:29:11 -08:00
..
.gitignore Documentation: update .gitignore files 2014-09-26 11:02:59 +02:00
hwtstamp_config.c net_tstamp,doc: Add test program for SIOC{G,S}HWTSTAMP 2013-11-22 20:10:53 +00:00
Makefile Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2014-10-08 21:40:54 -04:00
timestamping.c net: remove deprecated syststamp timestamp 2014-07-29 11:39:50 -07:00
txtimestamp.c doc: fix the compile error of txtimestamp.c 2015-01-08 19:29:11 -08:00