Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Feb 2005 11:33:12 +0000 (UTC)
From:      Alexey Zelkin <phantom@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include netdb.h src/lib/libc/net getaddrinfo.c
Message-ID:  <200502141133.j1EBXC6D001449@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phantom     2005-02-14 11:33:12 UTC

  FreeBSD src repository

  Modified files:
    include              netdb.h 
    lib/libc/net         getaddrinfo.c 
  Log:
  . Convert return type of gai_strerror() to 'const char *' as POSIX requires.
  . Convert ai_errlist[] to simple 'char *' array, and appropriately
    optimize gai_strerror()
  
  Revision  Changes    Path
  1.34      +1 -1      src/include/netdb.h
  1.58      +22 -30    src/lib/libc/net/getaddrinfo.c



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