freebsd-nq/usr.sbin/timed/timed
Warner Losh 047b4ae4cf getopt returns an int, not a char. Make sure that we store the
variable in an int to avoid casting to an unsigned value which causes
the comparison with -1 to fail.

PR:		123807
Submitted by:	Matthew Luckie
Reviewed by:	keramida@
MFC after:	1 week
2008-06-02 04:50:47 +00:00
..
acksend.c
byteorder.c
candidate.c
CHANGES
cksum.c
correct.c
extern.h
globals.h
Makefile
master.c
measure.c
networkdelta.c
pathnames.h
readmsg.c
slave.c
timed.8 Typo fix. 2008-02-11 08:12:58 +00:00
timed.c getopt returns an int, not a char. Make sure that we store the 2008-06-02 04:50:47 +00:00