diff options
Diffstat (limited to 'plan9/arpa/inet.h')
-rw-r--r-- | plan9/arpa/inet.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plan9/arpa/inet.h b/plan9/arpa/inet.h new file mode 100644 index 0000000000..518d517190 --- /dev/null +++ b/plan9/arpa/inet.h @@ -0,0 +1,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> |