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

Xin LI delphij at FreeBSD.org
Sat Apr 16 20:56:08 PDT 2005


delphij     2005-04-17 03:56:07 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/net         getnameinfo.c 
  Log:
  Remove a check about whether sa->sa_len is equal to salen from
  getnameinfo(3).  POSIX standard does not require a sa_len field
  in sockaddr struct, hence such requirement will cause problem
  for portability.
  
  PR:             standards/80008
  Requested by:   Xin Liu <lx at knight.6test.edu.cn>
  Reviewed by:    freebsd-standards (das)
  MFC After:      2 weeks
  
  Revision  Changes    Path
  1.15      +2 -0      src/lib/libc/net/getnameinfo.c


More information about the cvs-src mailing list