From owner-cvs-lib Sat Nov 4 11:07:37 1995 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA18402 for cvs-lib-outgoing; Sat, 4 Nov 1995 11:07:37 -0800 Received: (from wpaul@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA18375 ; Sat, 4 Nov 1995 11:07:29 -0800 Date: Sat, 4 Nov 1995 11:07:29 -0800 From: Bill Paul Message-Id: <199511041907.LAA18375@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/net getservent.c Sender: owner-cvs-lib@FreeBSD.org Precedence: bulk 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.