From owner-cvs-all Wed Aug 1 7: 8:21 2001 Delivered-To: cvs-all@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 0E5F337B403; Wed, 1 Aug 2001 07:08:18 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: by bazooka.unixfreak.org (Postfix, from userid 1000) id B64653E31; Wed, 1 Aug 2001 07:08:17 -0700 (PDT) Received: from bazooka.unixfreak.org (localhost [127.0.0.1]) by bazooka.unixfreak.org (Postfix) with ESMTP id AA37A3C12B; Wed, 1 Aug 2001 07:08:17 -0700 (PDT) To: Sheldon Hearn Cc: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/sh mail.c In-Reply-To: <97658.996661754@axl.seasidesoftware.co.za>; from sheldonh@starjuice.net on "Wed, 01 Aug 2001 12:29:14 +0200" Date: Wed, 01 Aug 2001 07:08:12 -0700 From: Dima Dorfman Message-Id: <20010801140817.B64653E31@bazooka.unixfreak.org> 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 Sheldon Hearn writes: > > > On Tue, 31 Jul 2001 22:38:28 MST, "David E. O'Brien" wrote: > > > Modified files: (Branch: RELENG_4) > > bin/sh mail.c > > Log: > > MFC: include stdlib.h (it doesn't seem to quiet any warnings, so I'm not > > sure why it is included) > > provides a prototype for abort(3), which is used in mail.c. Just to expand on this a little, the reason there was no warning is because gcc has a built-in for abort(3), so it already knows the prototype. I added the include files so that it would compile cleanly with -fno-builtin. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message