freebsd-dev/usr.sbin/xntpd/xntpdc
Matthew N. Dodd 0b2d7c2ffc What the heck was I thinking? Nobody else saw this? Sheesh.
(num > MAX) ? MAX : num

rather than

(MAX > num) ? MAX : num

Also, make things a little easier to read while I'm here.
1999-08-20 01:24:35 +00:00
..
Makefile Add support for command line editing and history. 1999-08-19 03:29:15 +00:00
ntpdc_ops.c
ntpdc.c What the heck was I thinking? Nobody else saw this? Sheesh. 1999-08-20 01:24:35 +00:00
ntpdc.h
README

README file for directory ./xntpdc of the NTP Version 3 distribution

This directory contains the sources for the xntpdc utility program. See
the README and RELNOTES files in the parent directory for directions on
how to make and install this program. The current version number of this
program is in the version.c file.