diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-01-17 02:36:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-01-17 02:36:56 +0000 |
commit | 2c4cc2896b334216073348ecfa4434d4d4b8a481 (patch) | |
tree | b1cd6eb759b04b6f49667e376243d3c058ea6676 /include | |
parent | b954f00c23f17debc35a7aa94bac39a336fc3359 (diff) |
net_addrcmp() dies. found out to be a horrific function by eric
ok guenther
Diffstat (limited to 'include')
-rw-r--r-- | include/netdb.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/netdb.h b/include/netdb.h index da75d7ce843..302cd9e1437 100644 --- a/include/netdb.h +++ b/include/netdb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: netdb.h,v 1.29 2011/07/07 14:25:15 sobrado Exp $ */ +/* $OpenBSD: netdb.h,v 1.30 2012/01/17 02:36:55 deraadt Exp $ */ /* * ++Copyright++ 1980, 1983, 1988, 1993 @@ -311,7 +311,6 @@ void freeaddrinfo(struct addrinfo *); int getnameinfo(const struct sockaddr *, socklen_t, char *, size_t, char *, size_t, int); const char *gai_strerror(int); -int net_addrcmp(struct sockaddr *, struct sockaddr *); int getrrsetbyname(const char *, unsigned int, unsigned int, unsigned int, struct rrsetinfo **); void freerrset(struct rrsetinfo *); __END_DECLS |