summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/getservent.c
Commit message (Collapse)AuthorAgeFilesLines
* Add NIS support to getservent(3) functions (getservbyport() and getservbyname()wpaul1995-11-041-0/+68
| | | | | | | | 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.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+121
OpenPOWER on IntegriCloud