History log of /netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpq/ntpq.c
Revision Date Author Comments
# 1.8 03-Feb-2012 christos

branches: 1.8.2; 1.8.6; 1.8.8; 1.8.16;
using 2 casts to fix an unsigned-signed comparison is a sign that this it
is done incorrectly. The RHS is guaranteed positive at this point so cast
it to unsigned to match the LHS.