fix some header typos
authorRich Felker <dalias@aerifal.cx>
Wed, 21 Sep 2011 00:02:48 +0000 (20:02 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 21 Sep 2011 00:02:48 +0000 (20:02 -0400)
include/netinet/in.h
include/sys/timex.h

index 44018f1..b7b8c82 100644 (file)
@@ -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;
index a168977..1262392 100644 (file)
@@ -7,7 +7,7 @@ extern "C" {
 
 #include <sys/time.h>
 
-struct npttimeval {
+struct ntptimeval {
        struct timeval time;
        long maxerror, esterror;
 };