LibC: Fix headers :)

This commit is contained in:
Bananymous 2024-11-27 21:32:10 +02:00
parent 1f5073d0ac
commit d465ea2a67
2 changed files with 2 additions and 2 deletions

View File

@ -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;
};

View File

@ -5,7 +5,7 @@
__BEGIN_DECLS
#define __need_size_t 1
#define __need_size_t
#include <stddef.h>
#define TTY_CMD_SET 0x01