Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Apr 2007 19:45:17 +0000 (UTC)
From:      Alexander Kabaev <kan@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/resolv Symbol.map res_debug.c
Message-ID:  <200704061945.l36JjHKn009142@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704061945.l36JjHKn009142>