Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 1998 14:02:23 -0700 (PDT)
From:      Garrett Wollman <wollman@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/include err.h src/lib/libc/gen err.3 err.c
Message-ID:  <199809122102.OAA16353@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wollman     1998/09/12 14:02:23 PDT

  Modified files:
    include              err.h 
    lib/libc/gen         err.3 err.c 
  Log:
  A small last-minute iitem for 3.0:
  
  - Fix some style errors I made back in 1995.
  
  - Add a new flavor of the err(3) family, which takes an explicit
    errno argument rather than implicitly examining errno.  This
    will make it easier to use these functions in conjunction with
    modern library interfaces that return an errno value explicitly.
  
  Revision  Changes    Path
  1.5       +6 -1      src/include/err.h
  1.9       +57 -9     src/lib/libc/gen/err.3
  1.4       +67 -75    src/lib/libc/gen/err.c



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