From owner-freebsd-current Mon Apr 8 15:45:20 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA08753 for current-outgoing; Mon, 8 Apr 1996 15:45:20 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA08748 for ; Mon, 8 Apr 1996 15:45:12 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id PAA03244; Mon, 8 Apr 1996 15:38:48 -0700 From: Terry Lambert Message-Id: <199604082238.PAA03244@phaeton.artisoft.com> Subject: Re: sys_errlist To: alk@Think.COM (Tony Kimball) Date: Mon, 8 Apr 1996 15:38:48 -0700 (MST) Cc: current@FreeBSD.ORG In-Reply-To: <199604082016.PAA12826@compound.think.com> from "Tony Kimball" at Apr 8, 96 03:16:06 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Okay, so this is kind of silly, and I'm sure no one wants to hear > about it, but the declaration of sys_errlist in stdio.h is truly a > pain. I'll suggest that it be removed. It is only a pain for source code which assumes a different format, when source code should not be screwing with it anyway. I'm all for making the thing static in the library; lets see you screw with it *then*. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.