From owner-cvs-all Fri Aug 9 3:15:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF10737B400; Fri, 9 Aug 2002 03:15:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8705D43E65; Fri, 9 Aug 2002 03:15:48 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79AFmJU051275; Fri, 9 Aug 2002 03:15:48 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79AFme4051274; Fri, 9 Aug 2002 03:15:48 -0700 (PDT) Message-Id: <200208091015.g79AFme4051274@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 9 Aug 2002 03:15:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys errno.h src/lib/libc/gen errlst.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/08/09 03:15:48 PDT Modified files: sys/sys errno.h lib/libc/gen errlst.c Log: Introduce a new error return code: #define EDOFUS 88 /* Programming error */ This can be used to signal error situations which indicate that the program logic or assumptions is deficient. Revision Changes Path 1.5 +3 -0 src/lib/libc/gen/errlst.c 1.22 +2 -0 src/sys/sys/errno.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message