From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinson Lee Subject: next-timestamp build failure with 3.19-rc2 Date: Mon, 5 Jan 2015 11:55:58 -0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: linux-doc@vger.kernel.org, LKML , Netdev To: Jonathan Corbet , "David S. Miller" , Willem de Bruijn Return-path: Sender: linux-doc-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Hi. I'm hitting the following build error with 3.19-rc2 on CentOS 5 with glibc-headers-2.5-123. HOSTCC Documentation/networking/timestamping/txtimestamp Documentation/networking/timestamping/txtimestamp.c:64:8: error: redefinition of =E2=80=98struct in6_pktinfo=E2=80=99 struct in6_pktinfo { ^ In file included from /usr/include/arpa/inet.h:23:0, from Documentation/networking/timestamping/txtimestamp= =2Ec:33: /usr/include/netinet/in.h:456:8: note: originally defined here struct in6_pktinfo ^ The build error was introduced with cbd3aad5ce66f5a266a185aa37e0eb9be9ba4154 "net-timestamp: expand documentation and test". commit cbd3aad5ce66f5a266a185aa37e0eb9be9ba4154 Author: Willem de Bruijn Date: Sun Nov 30 22:22:35 2014 -0500 net-timestamp: expand documentation and test Documentation: expand explanation of timestamp counter Test: new: flag -I requests and prints PKTINFO new: flag -x prints payload (possibly truncated) fix: remove pretty print that breaks common flag '-l 1' Signed-off-by: Willem de Bruijn Signed-off-by: David S. Miller Cheers, Vinson