diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-16 00:12:46 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-16 00:12:46 +0000 |
commit | 2145c91948c0e290a203927214bcb199cdc15fda (patch) | |
tree | a5deb0e67e2ead071c642e023e35f148fcd4f8bd /irc/sic/files | |
parent | dc5e6bcddbdc6e246b603acca254a3a31df59336 (diff) |
Notes
Diffstat (limited to 'irc/sic/files')
-rw-r--r-- | irc/sic/files/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/irc/sic/files/patch-ab b/irc/sic/files/patch-ab new file mode 100644 index 000000000000..c80392223ee3 --- /dev/null +++ b/irc/sic/files/patch-ab @@ -0,0 +1,13 @@ +--- 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 |