From owner-cvs-all Sat Sep 12 14:02:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA11695 for cvs-all-outgoing; Sat, 12 Sep 1998 14:02:32 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA11687; Sat, 12 Sep 1998 14:02:25 -0700 (PDT) (envelope-from wollman@FreeBSD.org) From: Garrett Wollman Received: (from wollman@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA16353; Sat, 12 Sep 1998 14:02:23 -0700 (PDT) Date: Sat, 12 Sep 1998 14:02:23 -0700 (PDT) Message-Id: <199809122102.OAA16353@freefall.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 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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