fix some header typos

This commit is contained in:
Rich Felker 2011-09-20 20:02:48 -04:00
parent d23a543d8a
commit fd9e01e92a
2 changed files with 2 additions and 2 deletions

View 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;

View File

@ -7,7 +7,7 @@ extern "C" {
#include <sys/time.h>
struct npttimeval {
struct ntptimeval {
struct timeval time;
long maxerror, esterror;
};