source: trunk/essentials/dev-lang/perl/plan9/arpa/inet.h

Last change on this file was 3181, checked in by bird, 18 years ago

perl 5.8.8

File size: 239 bytes
Line 
1/* Declarations which would have been found in <arpa/inet.h> */
2/* On Plan 9, these are found in <netinet/in.h> */
3
4/* extern unsigned long inet_addr(const char *); */
5/* extern char *inet_ntoa(struct in_addr); */
6
7#include <netinet/in.h>
Note: See TracBrowser for help on using the repository browser.