diff options
Diffstat (limited to 'net/b2bua/files/patch-contrib::libcext_lgpl::netdb_r.h')
-rw-r--r-- | net/b2bua/files/patch-contrib::libcext_lgpl::netdb_r.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net/b2bua/files/patch-contrib::libcext_lgpl::netdb_r.h b/net/b2bua/files/patch-contrib::libcext_lgpl::netdb_r.h deleted file mode 100644 index 96c215960a96..000000000000 --- a/net/b2bua/files/patch-contrib::libcext_lgpl::netdb_r.h +++ /dev/null @@ -1,21 +0,0 @@ - -$FreeBSD$ - ---- contrib/libcext_lgpl/netdb_r.h -+++ contrib/libcext_lgpl/netdb_r.h -@@ -2,6 +2,7 @@ - extern "C" { - #endif - -+#if !defined(__FreeBSD__) - struct hostent * - gethostbyaddr_r (const char *addr, int length, int type, - struct hostent *result, char *buffer, int buflen, -@@ -15,6 +16,7 @@ - struct hostent * - gethostent_r (struct hostent *result, char *buffer, int buflen, - int *h_errnop); -+#endif - - #ifdef __cplusplus - } |