Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use strtol() and strtoul() instead of atoi(). This allows us to catch | millert | 1999-09-03 | 1 | -3/+7 |
| | | | | errors reasonably and deal correctly with unsigned quantities. | ||||
* | Use fgetln(3) instead of fgets(3) so we can easily recognize lines | millert | 1998-03-16 | 1 | -8/+12 |
| | | | | that are too long and ignore them instead of corrupting later entries. | ||||
* | Use in_addr_t not u_long and use in_port_t in some cases instead | millert | 1997-04-05 | 1 | -2/+2 |
| | | | | of u_short or u_int16_t. | ||||
* | Fix RCS ids | tholo | 1996-08-19 | 1 | -7/+1 |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | initial import of NetBSD tree | deraadt | 1995-10-18 | 1 | -0/+127 |