summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dns.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix mygethostbyaddr(), struct in is not a NULL terminated string.Gwenolé Beauchesne2003-02-201-1/+1
| | | | | i.e. len has to be either sizeof(in.s_addr) or INADDRSZ.
* dietlibc defined __dietlibc__ macro. Also add check for __GLIBC__. If noneGwenolé Beauchesne2003-02-181-3/+6
| | | | | of those C library is used, simply abort compilation.
* - first draft of adsl supportGuillaume Cottenceau2001-06-011-13/+178
| | | | | - get back some code for supporting broken glibc unable to resolve when linked statically
* now use gethostby* functions provided by dietlibcGuillaume Cottenceau2001-05-141-122/+16
|
* - network/nfs worksGuillaume Cottenceau2000-12-161-0/+154