Subject: Re: stringlist stuff ...
To: Jaromir Dolecek <dolecek@saruman.ics.muni.cz>
From: Luke Mewburn <lukem@connect.com.au>
List: current-users
Date: 01/22/1997 01:06:03
Jaromir Dolecek writes:
> Where I can find it ? I would guess libc, but there are no such files
> as sl_* under libc/. Some pointer ? The functions are used by
> new ftp, for instance ... Maybe it's part of some updated GNU libs ?
> I wouldn't like to download all the -current sources just for
> three little functions ;-( and I can't find it myself anywhere.

you'll need to get updated versions of
	lib/libc/gen/stringlist.c
	include/stringlist.h
	lib/libedit/*

do a make includes in libc and libedit, and a make / make install
in libc & libedit

you'll also have to update
	lib/libc/gen/getnetgrent.c
	usr.sbin/netgroup_mkdb/*