aboutsummaryrefslogtreecommitdiff
path: root/src/libndb/sysdnsquery.c
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-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>
* lib9, libndb: exclude terminating null from strncpy boundNeven Sajko2020-01-071-1/+1
| | | | | | | GCC pointed this out with some "warning: ‘strncpy’ specified bound NUM equals destination size [-Wstringop-truncation]" warnings. Change-Id: Id8408b165f6e4ae82c96a77599d89f658d979b32
* 9l: link with -lresolv on LinuxDavid du Colombier2014-10-201-2/+0
| | | | | | LGTM=rsc R=rsc https://codereview.appspot.com/136520044
* libndb: add AUTOLIB(resolv)David du Colombier2014-05-151-0/+2
| | | | | | LGTM=rsc R=rsc https://codereview.appspot.com/97370043
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-2/+1
|
* even less dependence on crappy arpa headersrsc2006-01-291-10/+7
|
* more constantsrsc2006-01-271-1/+1
|
* morersc2006-01-271-65/+63
|
* do not expect magic numbersrsc2006-01-271-23/+66
|
* dnsrsc2006-01-271-0/+409