Restore strict header checking

This commit is contained in:
Justine Tunney 2022-08-13 16:02:01 -07:00
parent b212f49ef4
commit ad775a75b8
16 changed files with 43 additions and 41 deletions

View file

@ -15,8 +15,6 @@ COSMOPOLITAN_C_START_
#define ntohl(u32) bswap_32(u32)
#define IFHWADDRLEN 6
#define IF_NAMESIZE 16
#define IFNAMSIZ IF_NAMESIZE
const char *inet_ntop(int, const void *, char *, uint32_t);
int inet_pton(int, const char *, void *);