diff options
-rw-r--r-- | Documentation/networking/timestamping/txtimestamp.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/networking/timestamping/txtimestamp.c b/Documentation/networking/timestamping/txtimestamp.c index 876f71c5625a..8778e684d482 100644 --- a/Documentation/networking/timestamping/txtimestamp.c +++ b/Documentation/networking/timestamping/txtimestamp.c | |||
@@ -59,14 +59,6 @@ | |||
59 | #include <time.h> | 59 | #include <time.h> |
60 | #include <unistd.h> | 60 | #include <unistd.h> |
61 | 61 | ||
62 | /* ugly hack to work around netinet/in.h and linux/ipv6.h conflicts */ | ||
63 | #ifndef in6_pktinfo | ||
64 | struct in6_pktinfo { | ||
65 | struct in6_addr ipi6_addr; | ||
66 | int ipi6_ifindex; | ||
67 | }; | ||
68 | #endif | ||
69 | |||
70 | /* command line parameters */ | 62 | /* command line parameters */ |
71 | static int cfg_proto = SOCK_STREAM; | 63 | static int cfg_proto = SOCK_STREAM; |
72 | static int cfg_ipproto = IPPROTO_TCP; | 64 | static int cfg_ipproto = IPPROTO_TCP; |