summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getnetent.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use fgetln(3) instead of fgets(3) so we can easily recognize linesmillert1998-03-161-9/+12
| | | | that are too long and ignore them instead of corrupting later entries.
* Revert last changetholo1997-04-241-2/+2
|
* add htonl()kstailey1997-04-031-2/+2
|
* constrain to MAXHOSTNAMELENderaadt1996-09-031-2/+7
|
* Fix RCS idstholo1996-08-191-7/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* netbsd: bind 4.9.3dm1996-02-191-13/+12
|
* from netbsd:deraadt1996-01-151-12/+13
| | | | | Don't read the network address as an alias when there isn't whitespace after the network address. Closes PR 1940.
* initial import of NetBSD treederaadt1995-10-181-0/+127