blob: 518d517190c07c221d8d498bc13df26dc2dfc066 (
plain)
1
2
3
4
5
6
7
|
/* Declarations which would have been found in <arpa/inet.h> */
/* On Plan 9, these are found in <netinet/in.h> */
/* extern unsigned long inet_addr(const char *); */
/* extern char *inet_ntoa(struct in_addr); */
#include <netinet/in.h>
|