NetBSD/dist
simonb 1706b9a6ec There's no use assigning the output of strtoul() to a 32-bit variable
then checking that against ULONG_MAX.  Instead use a "unsigned long"
as the temporary variable.  Then check against UINT32_MAX before
assigning back to the original variable.
2002-05-09 03:14:14 +00:00
..
am-utils Use INADDR_NONE instead of "(u_long) - 1". 2002-05-09 02:09:52 +00:00
bind There's no use assigning the output of strtoul() to a 32-bit variable 2002-05-09 03:14:14 +00:00
bzip2 g/c, these are not used on NetBSD 2002-04-01 09:10:38 +00:00
cdk Replace some misuses of "then" with "than". 2001-12-04 17:56:30 +00:00
dhcp fix the error message to print the correct value. Pointed out by Richard Rauch 2002-04-03 03:32:50 +00:00
ipf Show active rules correctly if "portmap auto" is used (PR#16615 by Sergey 2002-05-03 08:27:10 +00:00
nawk call setlocale(3) on startup 2001-02-09 00:56:51 +00:00
ntp make it build without REFCLOCK but with -Wall 2002-04-19 20:45:54 +00:00
tcpdump Use __RCSID(). 2002-04-09 02:53:20 +00:00