mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
2145c91948
PR: ports/9088 Submitted by: sec@btl.42.org
14 lines
236 B
Plaintext
14 lines
236 B
Plaintext
--- dns.c.orig Tue Dec 15 03:07:04 1998
|
|
+++ dns.c Tue Dec 15 03:07:14 1998
|
|
@@ -22,10 +22,6 @@
|
|
#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
|
|
-/* BIND 8.x lossage */
|
|
-#undef inet_ntoa
|
|
-#undef inet_addr
|
|
-
|
|
extern int h_errno;
|
|
|
|
void
|