From owner-cvs-all Sat Jun 29 23:28: 7 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 E9F2C37B400; Sat, 29 Jun 2002 23:28:02 -0700 (PDT) Received: from dilbert.robbins.dropbear.id.au (050.b.006.mel.iprimus.net.au [210.50.45.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A61043E1D; Sat, 29 Jun 2002 23:27:57 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au (tim@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.3/8.12.3) with ESMTP id g5U6RjcT014427; Sun, 30 Jun 2002 16:27:46 +1000 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.3/8.12.3/Submit) id g5U6QRw7014424; Sun, 30 Jun 2002 16:26:27 +1000 (EST) Date: Sun, 30 Jun 2002 16:26:24 +1000 From: Tim Robbins To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/which which.c Message-ID: <20020630162624.A14390@dilbert.robbins.dropbear.id.au> References: <200206300602.g5U62dR5070887@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206300602.g5U62dR5070887@freefall.freebsd.org>; from tjr@FreeBSD.org on Sat, Jun 29, 2002 at 11:02:39PM -0700 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 On Sat, Jun 29, 2002 at 11:02:39PM -0700, Tim J. Robbins wrote: > tjr 2002/06/29 23:02:39 PDT > > Modified files: > usr.bin/which which.c > Log: > Handle relative and absolute pathnames (anything with a `/' in it) in the same > way as execve(2), and the old perl which(1). > > PR: 35718 > > Revision Changes Path > 1.5 +1 -1 src/usr.bin/which/which.c I should have refered to execvp(3) here instead. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message