14 Commits

Author SHA1 Message Date
leitner
83c1186870 fix for NetBSD 3.0 (they broke their sys/types.h)
remove support for ip6.int reverse lookup in DNS routines (the domain is
no longer delegated)
2006-06-23 03:53:16 +00:00
leitner
eeffc36387 remove even more warnings
64-bit cleanliness issue with auto-NULL-appending macros
2005-05-12 06:52:29 +00:00
leitner
6196f771cd remove a few gcc 4 warnings
work around freebsd 5.4 brokenness (if you don't have IPv6 in the
    kernel, socket(PF_INET6,SOCK_STREAM,0) returns EPROTONOSUPPORT
    instead of EPFNOSUPPORT, which basically says "yeah, I know IPv6,
    but TCP?  never heard of it")
2005-05-05 15:55:41 +00:00
leitner
8946f912e8 typo 2005-01-23 00:08:55 +00:00
leitner
8873a442f2 man page update 2004-09-17 13:51:35 +00:00
leitner
d3afa18c42 dns_name6_domain -> void
man page clarifications
2004-07-13 10:09:17 +00:00
leitner
499ca6a307 also support ip6.arpa in addition to ip6.int 2004-06-03 16:31:27 +00:00
leitner
0fbde45869 add haveinline dependency 2004-01-06 23:17:02 +00:00
leitner
82a4ae868d broken lose32 port using mingw (don't use!!!)
initial Solaris /dev/poll port
2003-11-06 20:47:59 +00:00
leitner
08b68f1bdc EPROTO -> EINVAL for BSD backwards compatibility (did I mention that BSD *sucks*?) 2003-09-05 23:59:17 +00:00
leitner
f8409a0787 more man page typos 2003-01-27 02:16:43 +00:00
leitner
e3b6d64e70 fix typo (Hynek) 2003-01-25 17:17:55 +00:00
leitner
fdd0dcbea9 man pages for the DNS routines, too 2002-09-17 01:24:08 +00:00
leitner
f921b8cbb0 monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 2002-09-16 01:09:56 +00:00