Jonathan Curran d1eec2ed77 testing/libasr: fix incorrect #define which caused all queries to fail
I was testing this library with the upcoming OpenSMTPD aport that I am
creating.  All dns queries were failing.  Upon investigation I found
that NETDB_SUCCESS in libasr/src/openbsd-compat/defines.h had an
incorrect value of -1 being set (it was being defined since
NETDB_SUCCESS is not present in musl).
2015-09-15 09:44:35 +02:00
..