Date: Wed, 31 Jul 2002 03:11:09 -0700 (PDT) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net getnameinfo.c Message-ID: <200207311011.g6VAB9cc004390@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ume         2002/07/31 03:11:09 PDT
  Modified files:        (Branch: RELENG_4)
    lib/libc/net         getnameinfo.c 
  Log:
  MFC 1.12:
   - ntohs() returns unsigned value.
   - use strlcpy.
   - snprintf can return negative value, so cope with it.
   - tweak interface index on interface locals (ff01::/16).
   - removed unused macros.
   - removed a macro that uses only once (in a trivial context).
   - explicitly say goodbye to ENI_xxx.
   - constify struct afd.
  
  Revision  Changes    Path
  1.4.2.5   +56 -59    src/lib/libc/net/getnameinfo.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207311011.g6VAB9cc004390>
