summaryrefslogtreecommitdiffstats
path: root/lib/libc/resolv/herror.c
Commit message (Collapse)AuthorAgeFilesLines
* libc: do not include <sys/types.h> where <sys/param.h> was already includedavos2016-04-181-1/+0
| | | | | | According to style(9): > normally, include <sys/types.h> OR <sys/param.h>, but not both. (<sys/param.h> already includes <sys/types.h> when LOCORE is not defined).
* libc: make some more use of the nitems() macro.pfg2016-04-161-1/+1
| | | | | | | | We have an nitems() macro in the <sys/param.h> header that is convenient to re-use as it makes things easier to read. Given that it is available already without adding additional headers and other parts of libc already use it, extend a bit more its use.
* Update our stub resolver to final version of libbind.ume2014-08-121-1/+1
| | | | Obtained from: ISC
* Merge BIND 9.4.1 into main chunk.ume2007-06-031-7/+9
| | | | MFC after: 2 weeks
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* - Merge our local changes.ume2006-03-211-5/+6
| | | | - Exclude unnecessary functions for us.
* Vendor import of BIND 9.3.2ume2006-03-211-0/+127
OpenPOWER on IntegriCloud