LibC: Fix headers :)
This commit is contained in:
parent
1f5073d0ac
commit
d465ea2a67
|
@ -24,7 +24,7 @@ struct ifreq
|
|||
struct sockaddr ifru_netmask;
|
||||
struct sockaddr ifru_gwaddr;
|
||||
struct sockaddr ifru_hwaddr;
|
||||
unsigned char __min_storage[sizeof(sockaddr) + 6];
|
||||
unsigned char __min_storage[sizeof(struct sockaddr) + 6];
|
||||
} ifr_ifru;
|
||||
};
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
__BEGIN_DECLS
|
||||
|
||||
#define __need_size_t 1
|
||||
#define __need_size_t
|
||||
#include <stddef.h>
|
||||
|
||||
#define TTY_CMD_SET 0x01
|
||||
|
|
Loading…
Reference in New Issue