cvs commit: src/lib/libc/net gethostbyht.c gethostbynis.c gethostnamadr.c

Hajimu UMEMOTO ume at FreeBSD.org
Sat Apr 30 13:07:01 PDT 2005


ume         2005-04-30 20:07:01 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/net         gethostbyht.c gethostbynis.c 
                         gethostnamadr.c 
  Log:
  oops, gethostbyaddr(3) must return h_addr as an IPv4-mapped
  IPv6 address when RES_USE_INET6 was set, according to RFC 2133
  section 6.2.
  
  Revision  Changes    Path
  1.23      +8 -1      src/lib/libc/net/gethostbyht.c
  1.24      +4 -5      src/lib/libc/net/gethostbynis.c
  1.28      +5 -0      src/lib/libc/net/gethostnamadr.c


More information about the cvs-src mailing list