Commit Graph

15 Commits (58283caf586f5de3b28c6c0bb085ce7e6d38b727)

Author SHA1 Message Date
leitner b4c4eb607e remove OpenBSD #warning (obsd maintainer says no longer needed)
leitner 3bed09a972 get rid of warning
leitner acd4fdb68b add/fix man pages
zero a buffer in io_passfd so valgrind does not complain when we pass it
to a syscall (which did not use the uninitialized parts anyway)
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)
leitner 46dcfbdce1 Uh, it's #warning and not #warn. *blush*
leitner 289ca04238 Work around OpenBSD. Again.
leitner f0e9a2afc9 work around broken Solaris sys/socket.h
leitner c169ae9b4a IRIX compatibility (yuck!)
leitner c874604f12 gcc 4 cleanups (mostly unsigned char* vs char*)
leitner 9eb09b5bfe add iob_free and man page for iob_reset.
check in some windoze compat crap (still does not compile through for
windoze)
leitner 72382af11a Solaris compatibility for io_passfd and io_receivefd (untested, but at
least it compiles)
leitner 1e871b1c32 actually return 0 on success in io_passfd
leitner 768a46e304 argh more bsd
leitner a23757a317 bsd compat
leitner 70e112b892 add fd passing functions