]> jfr.im git - irc/ircd-hybrid/libopm.git/commit
Some systems don't have inet_aton(), Solaris being a great example. Here's
authorandy <redacted>
Thu, 12 Sep 2002 06:12:12 +0000 (06:12 +0000)
committerandy <redacted>
Thu, 12 Sep 2002 06:12:12 +0000 (06:12 +0000)
commit201c81cc09d3897113c2a512587f509e64dcfa5b
tree67fd45efffa9aa1adcf96ab6f07e2daee520e8a6
parent7b5f52defdadf08f3b884cfc4b485f04c182255e
Some systems don't have inet_aton(), Solaris being a great example.  Here's
our own implementation which is only included if inet_aton() is not
available.
src/compat.c [new file with mode: 0644]
src/compat.h [new file with mode: 0644]
src/proxy.c