NetBSD/usr.sbin/rtsold
dsl 0f00e137a7 Change previous to use uint32_t for 'interval'.
The value is a random interval in usec obtained by reducing a uint32_t
  value modulo 1000000 (multiplied by a delay in seconds of 1).
The value is then being split into secs+usec and assigned to a timeval
  (and an interval).
With -Wsign-conversion the type has to be either an unsigned 32bit
  type, or a signed 64bit one.  This is just plain stupid.
Warning about conversions between signed and unsigned types really
  only makes sense if the compiler is dynamically tracking the domain
  of the value.
2014-03-18 20:39:55 +00:00
..
dump.c KNF, bump warns, fix warnings to print the program name. 2014-03-18 00:16:49 +00:00
if.c KNF, bump warns, fix warnings to print the program name. 2014-03-18 00:16:49 +00:00
Makefile KNF, bump warns, fix warnings to print the program name. 2014-03-18 00:16:49 +00:00
probe.c KNF, bump warns, fix warnings to print the program name. 2014-03-18 00:16:49 +00:00
rtsock.c KNF, bump warns, fix warnings to print the program name. 2014-03-18 00:16:49 +00:00
rtsol.c KNF, bump warns, fix warnings to print the program name. 2014-03-18 00:16:49 +00:00
rtsold.8 Reword to work around phrasing that caused lots of discussions. 2013-05-26 17:25:53 +00:00
rtsold.c Change previous to use uint32_t for 'interval'. 2014-03-18 20:39:55 +00:00
rtsold.h KNF, bump warns, fix warnings to print the program name. 2014-03-18 00:16:49 +00:00