summaryrefslogtreecommitdiffstats
path: root/libresolv/resolv.c
Commit message (Collapse)AuthorAgeFilesLines
* Some more prototypes, enable missing-prototypes/declarations warnings for nowPeter S. Mazinger2006-01-261-0/+1
|
* Update licensePeter S. Mazinger2006-01-161-15/+2
|
* Avoid silly namespace pollutionEric Andersen2002-12-121-5/+3
|
* Stupid cut-n-paste errorEric Andersen2002-08-201-1/+1
|
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-2/+3
|
* warn folks that libresolv is a stubEric Andersen2001-05-301-0/+3
|
* Stub out libresolv for now. Some apps try to link with it (thoughEric Andersen2001-05-211-0/+28
almost always erroneously as a result of configure scripts that were poorly done). This will let such apps compile... -Erik