cvs commit: src/include netdb.h src/lib/libc/net gethostbydns.c gethostbyht.c gethostnamadr.c getnetnamadr.c name6.c netdb_private.h

Hajimu UMEMOTO ume at FreeBSD.org
Wed Apr 27 12:12:58 PDT 2005


ume         2005-04-27 19:12:57 UTC

  FreeBSD src repository

  Modified files:
    include              netdb.h 
    lib/libc/net         gethostbydns.c gethostbyht.c 
                         gethostnamadr.c getnetnamadr.c name6.c 
                         netdb_private.h 
  Log:
  hide implementation specific internal functions from netdb.h.
  it is needed to make get{host,net}by*() thread-safe.
  
  Revision  Changes    Path
  1.35      +0 -12     src/include/netdb.h
  1.50      +1 -0      src/lib/libc/net/gethostbydns.c
  1.18      +1 -0      src/lib/libc/net/gethostbyht.c
  1.24      +1 -0      src/lib/libc/net/gethostnamadr.c
  1.18      +1 -0      src/lib/libc/net/getnetnamadr.c
  1.46      +1 -0      src/lib/libc/net/name6.c
  1.5       +12 -0     src/lib/libc/net/netdb_private.h


More information about the cvs-all mailing list