]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
What the heck was I thinking? Nobody else saw this? Sheesh.
authorMatthew N. Dodd <mdodd@FreeBSD.org>
Fri, 20 Aug 1999 01:24:35 +0000 (01:24 +0000)
committerMatthew N. Dodd <mdodd@FreeBSD.org>
Fri, 20 Aug 1999 01:24:35 +0000 (01:24 +0000)
commit0b2d7c2ffc8249404106189cd735065ff2c49409
treef2fef48a1b87c4fff1eecbfa0d346b45b6701f42
parent90cc1fbc53153f0c7175c41720a40fd543a55bca
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.
usr.sbin/cdcontrol/cdcontrol.c
usr.sbin/lpr/lpc/lpc.c
usr.sbin/xntpd/xntpdc/ntpdc.c