NetBSD/usr.sbin/timed/timed
cgd e9e09ebaca use fixed-size types where appropriate, to make timed work on 64-bit
machines (Alpha).  fixed sized types, not 'timeval's should go over
the net, and the stuff that goes over the net can't necessarily be
passed directly to functions that expect timevals.
1996-04-06 01:53:29 +00:00
..
CHANGES 4.4BSD-Lite2 1995-03-26 22:24:18 +00:00
Makefile
acksend.c
byteorder.c
candidate.c
cksum.c
correct.c use fixed-size types where appropriate, to make timed work on 64-bit 1996-04-06 01:53:29 +00:00
extern.h
globals.h
master.c use fixed-size types where appropriate, to make timed work on 64-bit 1996-04-06 01:53:29 +00:00
measure.c
networkdelta.c
pathnames.h
readmsg.c typeof(timeval.tv_sec) != time_t 1995-06-07 17:40:51 +00:00
slave.c use fixed-size types where appropriate, to make timed work on 64-bit 1996-04-06 01:53:29 +00:00
timed-extern.h
timed.8 `.SH' -> `.Sh' (from Masanobu Saitoh; PR#1378). 1995-08-18 15:22:34 +00:00
timed.c Use an integer instead of a char to store the getopt() return value in 1996-03-30 23:53:51 +00:00