cvs commit: src/lib/libc/net getaddrinfo.c

Hajimu UMEMOTO ume at FreeBSD.org
Sat Jul 29 04:22:33 UTC 2006


ume         2006-07-29 04:22:32 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    lib/libc/net         getaddrinfo.c 
  Log:
  MFC 1.81-1.83:
  - clean-up: rewrote explore_null and explore_numeric without using sentinel.
    we do not need it since we make (at most) a single addrinfo entry in these
    cases.
  - RFC3493 requires use of inet_aton for AF_INET.
  - simplification in explore_numeric: unified the post-process with
    GET_AI and GET_PORT.  Commented on an impossible case.
  
  Revision  Changes    Path
  1.69.2.8  +43 -64    src/lib/libc/net/getaddrinfo.c


More information about the cvs-all mailing list