summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getprotoent.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Include limits.h directly instead of depending on another headermillert2006-01-171-1/+2
* zap rcsid.espie2005-08-061-4/+1
* Change return value of reentrant getproto* and getserv* to match themillert2004-10-251-9/+11
* Reentrant versions of getprotoent(3) and getservent(3). Adapted frommillert2004-10-171-39/+82
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Use strtol() and strtoul() instead of atoi(). This allows us to catchmillert1999-09-031-3/+7
* Use fgetln(3) instead of fgets(3) so we can easily recognize linesmillert1998-03-161-8/+12
* Fix RCS idstholo1996-08-191-7/+1
* initial import of NetBSD treederaadt1995-10-181-0/+125