aboutsummaryrefslogtreecommitdiff
path: root/src/libndb/sysdnsquery.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-16/+16
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
2020-01-07lib9, libndb: exclude terminating null from strncpy boundNeven Sajko1-1/+1
GCC pointed this out with some "warning: ‘strncpy’ specified bound NUM equals destination size [-Wstringop-truncation]" warnings. Change-Id: Id8408b165f6e4ae82c96a77599d89f658d979b32
2014-10-209l: link with -lresolv on LinuxDavid du Colombier1-2/+0
LGTM=rsc R=rsc https://codereview.appspot.com/136520044
2014-05-15libndb: add AUTOLIB(resolv)David du Colombier1-0/+2
LGTM=rsc R=rsc https://codereview.appspot.com/97370043
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-2/+1
2006-01-29even less dependence on crappy arpa headersrsc1-10/+7
2006-01-27more constantsrsc1-1/+1
2006-01-27morersc1-65/+63
2006-01-27do not expect magic numbersrsc1-23/+66
2006-01-27dnsrsc1-0/+409