Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 May 2004 15:15:49 -0700 (PDT)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/gen getgrent.3 getgrent.c
Message-ID:  <200405172215.i4HMFnhg086091@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2004/05/17 15:15:49 PDT

  FreeBSD src repository

  Modified files:
    lib/libc/gen         getgrent.3 getgrent.c 
  Log:
  getgrent() and friends should set errno if there is an error.
  Also, clarify the manpage description of when errno is set and
  explain that clients should set errno=0 first if they want useful
  error information.
  
  Revision  Changes    Path
  1.24      +5 -1      src/lib/libc/gen/getgrent.3
  1.32      +3 -0      src/lib/libc/gen/getgrent.c



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