From fd9e01e92a5d665e5b6c3221cd67970038cf7a6c Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 20 Sep 2011 20:02:48 -0400 Subject: [PATCH] fix some header typos --- include/netinet/in.h | 2 +- include/sys/timex.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/netinet/in.h b/include/netinet/in.h index 44018f14..b7b8c823 100644 --- a/include/netinet/in.h +++ b/include/netinet/in.h @@ -233,7 +233,7 @@ struct in6_pktinfo unsigned ipi6_ifindex; }; -struct in6_mutinfo +struct ip6_mtuinfo { struct sockaddr_in6 ip6m_addr; uint32_t ip6m_mtu; diff --git a/include/sys/timex.h b/include/sys/timex.h index a1689777..12623922 100644 --- a/include/sys/timex.h +++ b/include/sys/timex.h @@ -7,7 +7,7 @@ extern "C" { #include -struct npttimeval { +struct ntptimeval { struct timeval time; long maxerror, esterror; }; -- 2.20.1