From owner-freebsd-audit Tue Aug 21 8:39:31 2001 Delivered-To: freebsd-audit@freebsd.org Received: from gw.nectar.com (gw.nectar.com [208.42.49.153]) by hub.freebsd.org (Postfix) with ESMTP id 4997F37B418 for ; Tue, 21 Aug 2001 08:39:25 -0700 (PDT) (envelope-from nectar@nectar.com) Received: from madman.nectar.com (madman.nectar.com [10.0.1.111]) by gw.nectar.com (Postfix) with ESMTP id BCB736C3; Tue, 21 Aug 2001 10:39:20 -0500 (CDT) Received: (from nectar@localhost) by madman.nectar.com (8.11.3/8.11.3) id f7LFdK727405; Tue, 21 Aug 2001 10:39:20 -0500 (CDT) (envelope-from nectar) Date: Tue, 21 Aug 2001 10:39:20 -0500 From: "Jacques A. Vidrine" To: freebsd-audit@freebsd.org Cc: oss-list-freebsd-audit@technorama.net Subject: Re: setprogname Message-ID: <20010821103920.A27397@madman.nectar.com> Mail-Followup-To: "Jacques A. Vidrine" , freebsd-audit@freebsd.org, oss-list-freebsd-audit@technorama.net References: <20010821091200.A24891@madman.nectar.com> <20010821113802.A84678@technorama.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010821113802.A84678@technorama.net>; from oss-list-freebsd-audit@technorama.net on Tue, Aug 21, 2001 at 11:38:02AM -0400 X-Url: http://www.nectar.com/ Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Aug 21, 2001 at 11:38:02AM -0400, oss-list-freebsd-audit@technorama.net wrote: > On Tue, Aug 21, 2001 at 09:12:00AM -0500, Jacques A. Vidrine wrote: > > > > + __progname = p ? p : progname; > > should be > > > + __progname = p ? p+1 : progname; Oops, yes thanks! -- Jacques Vidrine / n@nectar.com / jvidrine@verio.net / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message