cvs commit: src/lib/libc/net res_comp.c res_debug.c res_send.c
Daniel Eischen
deischen at FreeBSD.org
Mon Feb 27 14:08:17 PST 2006
deischen 2006-02-27 22:08:16 UTC
FreeBSD src repository
Modified files:
lib/libc/net res_comp.c res_debug.c res_send.c
Log:
Correct a comment.
Staticize two tables thare are not visible in <resolv.h>
and which are also local in Solaris' libresolv.
Remove two functions that are not referenced in libc nor
anywhere else I can find, not visible in <resolv.h> and
which are also local in Solaris libresolv.
Revision Changes Path
1.19 +4 -4 src/lib/libc/net/res_comp.c
1.22 +2 -2 src/lib/libc/net/res_debug.c
1.51 +0 -16 src/lib/libc/net/res_send.c
More information about the cvs-src
mailing list