Date: Sun, 25 May 2003 12:03:50 +0200 From: Dag-Erling Smorgrav <des@ofug.org> To: kientzle@acm.org Cc: freebsd-hackers@freebsd.org Subject: Re: fetchListFTP: implemented, but crippled Message-ID: <xzpfzn39wc9.fsf@flood.ping.uio.no> In-Reply-To: <3ED04F27.5020102@acm.org> (Tim Kientzle's message of "Sat, 24 May 2003 22:05:43 -0700") References: <3ECEFA18.7060706@acm.org> <xzp1xyotwvl.fsf@flood.ping.uio.no> <3ED04F27.5020102@acm.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Tim Kientzle <kientzle@acm.org> writes: > Dag-Erling Smorgrav wrote: > > Tim Kientzle <kientzle@acm.org> 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). You'll still have to break the API to make fetchList() return the new struct instead of the old. It's not a problem, really, considering that fetchList() was only implemented for local files. I'm not even sure we need bother bumping the library major. Though while you're at it, struct urlent should probably be renamed to struct url_ent for consistency. > Based on the copyright message, you are > the author. Thoughts? ;-) What, haven't had enough of me yet? :) DES -- Dag-Erling Smorgrav - des@ofug.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpfzn39wc9.fsf>