summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-06-15 20:24:04 +0000
committerEric Andersen <andersen@codepoet.org>2001-06-15 20:24:04 +0000
commitc09a19ecb9788ce214c4024885ded5a3fb3b4c26 (patch)
tree055d7c62825fc613dc9cbc01ba59d54ca1a0bc66 /TODO
parentf5d08871d3ecec7a6daf3ec0dabcdf440b614e02 (diff)
Note missing struct _res in resolv.h
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 8c17756d0..662df4541 100644
--- a/TODO
+++ b/TODO
@@ -13,6 +13,9 @@ run 'nm -D --size-sort -t d libuClibc-0.9.5.so' and work on the biggest things
(i.e. stuff at the end of the list) to make them smaller.
make inb/outb work (for lilo et all)
make rint work (for ip et all)
+include/resolv.h does not define struct _res, and libc/inet/resolv.c
+ does not use this struct. res_init does nothing. the other res_*
+ functions are not implemented.
-----------------------------------------------------------------------------