diff options
author | 2014-08-31 04:04:01 +0000 | |
---|---|---|
committer | 2014-08-31 04:04:01 +0000 | |
commit | b099c39fbd2c5d63e1c3d0ee1711448e14c4b378 (patch) | |
tree | 692eb4ece60ffddb4866da4f778e51e722e46755 | |
parent | Declare and document getthrid() (diff) | |
download | wireguard-openbsd-b099c39fbd2c5d63e1c3d0ee1711448e14c4b378.tar.xz wireguard-openbsd-b099c39fbd2c5d63e1c3d0ee1711448e14c4b378.zip |
inet_nsap_{addr,ntoa}() were removed on 2013/12/17
-rw-r--r-- | include/arpa/inet.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/arpa/inet.h b/include/arpa/inet.h index 34828d05311..af15984d974 100644 --- a/include/arpa/inet.h +++ b/include/arpa/inet.h @@ -1,4 +1,4 @@ -/* $OpenBSD: inet.h,v 1.16 2014/07/12 16:25:08 guenther Exp $ */ +/* $OpenBSD: inet.h,v 1.17 2014/08/31 04:04:01 guenther Exp $ */ /* * ++Copyright++ 1983, 1993 @@ -116,8 +116,6 @@ char *inet_net_ntop(int, const void *, int, char *, size_t) __attribute__((__bounded__(__string__,4,5))); int inet_net_pton(int, const char *, void *, size_t) __attribute__((__bounded__(__string__,3,4))); -unsigned int inet_nsap_addr(const char *, unsigned char *, int); -char *inet_nsap_ntoa(int, const unsigned char *, char *); #endif /* __BSD_VISIBLE */ __END_DECLS |