summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getprotoent.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use strtol() and strtoul() instead of atoi(). This allows us to catchmillert1999-09-031-3/+7
| | | | errors reasonably and deal correctly with unsigned quantities.
* Use fgetln(3) instead of fgets(3) so we can easily recognize linesmillert1998-03-161-8/+12
| | | | that are too long and ignore them instead of corrupting later entries.
* Fix RCS idstholo1996-08-191-7/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+125