From: lauras AT softhome DOT net Date: Sun, 7 Jan 2001 20:21:25 +0200 To: Eli Zaretskii Cc: lauras AT softhome DOT net, djgpp-workers AT delorie DOT com, rich AT phekda DOT freeserve DOT co DOT uk Subject: Re: Bug in lstat() - wrong arguments to FSEXT Message-ID: <20010107202125.A2339@lauras.lt> References: <20010107141016 DOT A314 AT lauras DOT lt> <20010107155532 DOT A4259 AT lauras DOT lt> <9003-Sun07Jan2001194450+0200-eliz AT is DOT elta DOT co DOT il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <9003-Sun07Jan2001194450+0200-eliz@is.elta.co.il>; from eliz@is.elta.co.il on Sun, Jan 07, 2001 at 07:44:51PM +0200 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, Jan 07, 2001 at 07:44:51PM +0200, Eli Zaretskii wrote: > > From: lauras AT softhome DOT net > > Date: Sun, 7 Jan 2001 15:55:32 +0200 > > > > Oh, thanks for explanation. But I still feel not very confident > > about how should I fix it. Would passing `real_path' itself > > instead of `&real_path' work? > > One way is to have an intermediary function: OK, I'll do that. However, I would like to change FSEXT_call_open_handlers interface to use ellipsis instead of va_list, but this is impossible, as it is an external function. Laurynas