Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Apr 2003 15:07:30 -0700 (PDT)
From:      Jacques Vidrine <nectar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/gen getpwent.c
Message-ID:  <200304182207.h3IM7UBP046195@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
nectar      2003/04/18 15:07:30 PDT

  FreeBSD src repository

  Modified files:
    lib/libc/gen         getpwent.c 
  Log:
  Follow-up to revision 1.74: Using the result buffer to store our empty
  string was an incredibly dumb idea (of course it will be changed by an
  NSS module on success!).  Use a static empty string instead.
  
  Sponsored by:   DARPA, Network Associates Laboratories
  
  Revision  Changes    Path
  1.76      +16 -22    src/lib/libc/gen/getpwent.c



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