cvs commit: src/lib/libc/resolv Symbol.map res_debug.c
Alexander Kabaev
kan at FreeBSD.org
Fri Apr 6 19:45:17 UTC 2007
kan 2007-04-06 19:45:17 UTC
FreeBSD src repository
Modified files:
lib/libc/resolv Symbol.map res_debug.c
Log:
__p_rcode_syms is declared as external in resolv.conf, so it cannot be
redeclared as static in res_debug.c.
Make __p_rcode_syms global and add it to Symbol map. The rest of
__p_??_syms are already global.
Choice of FBSD_1.0 version for these debug symbols seems strange and
should be revisited before symbol versioning is enabled for libc.so.7.
Revision Changes Path
1.6 +1 -0 src/lib/libc/resolv/Symbol.map
1.4 +1 -1 src/lib/libc/resolv/res_debug.c
More information about the cvs-all
mailing list