Date: Sat, 4 Nov 1995 11:07:29 -0800 From: Bill Paul <wpaul> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/net getservent.c Message-ID: <199511041907.LAA18375@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 95/11/04 11:07:29 Modified: lib/libc/net getservent.c Log: Add NIS support to getservent(3) functions (getservbyport() and getservbyname() both call getservent() to do most of the work, so we only need to modify this file to take care of everybody). Note that there is only one NIS services map (services.byname) even though there are getservbyname() and getservbyport() library functions.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511041907.LAA18375>