mirror of
https://github.com/fluencelabs/musl
synced 2025-05-30 16:11:40 +00:00
fix some header typos
This commit is contained in:
parent
d23a543d8a
commit
fd9e01e92a
@ -233,7 +233,7 @@ struct in6_pktinfo
|
|||||||
unsigned ipi6_ifindex;
|
unsigned ipi6_ifindex;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct in6_mutinfo
|
struct ip6_mtuinfo
|
||||||
{
|
{
|
||||||
struct sockaddr_in6 ip6m_addr;
|
struct sockaddr_in6 ip6m_addr;
|
||||||
uint32_t ip6m_mtu;
|
uint32_t ip6m_mtu;
|
||||||
|
@ -7,7 +7,7 @@ extern "C" {
|
|||||||
|
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
||||||
struct npttimeval {
|
struct ntptimeval {
|
||||||
struct timeval time;
|
struct timeval time;
|
||||||
long maxerror, esterror;
|
long maxerror, esterror;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user