Upgrade more functions to the current upstream NetBSD copy.

Change-Id: Ie0b3f8b3fccef28609eb210434413ebd51d6ef45
This commit is contained in:
Elliott Hughes
2012-10-23 12:26:26 -07:00
parent fb93e6a5b3
commit e8bcca3a2c
15 changed files with 427 additions and 291 deletions

View File

@@ -42,7 +42,7 @@ extern int inet_aton(const char *, struct in_addr *);
extern char* inet_ntoa(struct in_addr);
extern int inet_pton(int, const char *, void *);
extern const char* inet_ntop(int, const void *, char *, size_t);
extern const char* inet_ntop(int, const void *, char *, socklen_t);
extern unsigned int inet_nsap_addr(const char *, unsigned char *, int);
extern char* inet_nsap_ntoa(int, const unsigned char *, char *);