From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23557 invoked from network); 4 Aug 2000 13:40:40 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 4 Aug 2000 13:40:40 -0000 Received: (qmail 3750 invoked by alias); 4 Aug 2000 13:39:47 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12531 Received: (qmail 3736 invoked from network); 4 Aug 2000 13:39:18 -0000 Date: Fri, 4 Aug 2000 09:38:39 -0400 From: Clint Adams To: Sven Wischnowsky Cc: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: Re: completion problem with filename including # (and pathmax stuff) Message-ID: <20000804093839.C4368@dman.com> References: <200008040742.JAA25771@beta.informatik.hu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.2i In-Reply-To: <200008040742.JAA25771@beta.informatik.hu-berlin.de>; from wischnow@informatik.hu-berlin.de on Fri, Aug 04, 2000 at 09:42:47AM +0200 > For pathconf(), the path parameter points to the pathname of a file or > directory. Read, write, or execute permission of the named file is not > required, but all directories in the path leading to the file must be > searchable. This is valid; it needs to determine the mount point. glibc is broken for having a hardcoded return value.