From owner-freebsd-hackers@FreeBSD.ORG Sat May 24 22:03:55 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B35837B401 for ; Sat, 24 May 2003 22:03:55 -0700 (PDT) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id D459443F3F for ; Sat, 24 May 2003 22:03:54 -0700 (PDT) (envelope-from kientzle@acm.org) Received: from acm.org (big.x.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id h4P53rtJ065815; Sat, 24 May 2003 22:03:54 -0700 (PDT) (envelope-from kientzle@acm.org) Message-ID: <3ED04F27.5020102@acm.org> Date: Sat, 24 May 2003 22:05:43 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.6) Gecko/20011206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dag-Erling Smorgrav References: <3ECEFA18.7060706@acm.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org Subject: Re: fetchListFTP: implemented, but crippled X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kientzle@acm.org List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2003 05:03:55 -0000 Dag-Erling Smorgrav wrote: > Tim Kientzle writes: >>Easiest fix: move 'name' field to end (which >> permits variably-sizing it) and redefine API >> to return a linked-list > > That would work. I'll implement a variation on this (create a new structure to avoid breaking binary compat). >>If there's any concensus >>about which fix is appropriate, I can start >>putting it together. > > Have you tried contacting the author? Based on the copyright message, you are the author. Thoughts? ;-) Tim