Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Aug 1999 18:24:36 -0700 (PDT)
From:      "Matthew N. Dodd" <mdodd@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/cdcontrol cdcontrol.c src/usr.sbin/lpr/lpc lpc.c src/usr.sbin/xntpd/xntpdc ntpdc.c
Message-ID:  <199908200124.SAA96481@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

mdodd       1999/08/19 18:24:36 PDT

  Modified files:
    usr.sbin/cdcontrol   cdcontrol.c 
    usr.sbin/lpr/lpc     lpc.c 
    usr.sbin/xntpd/xntpdc ntpdc.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.21      +5 -3      src/usr.sbin/cdcontrol/cdcontrol.c
  1.11      +5 -3      src/usr.sbin/lpr/lpc/lpc.c
  1.8       +4 -2      src/usr.sbin/xntpd/xntpdc/ntpdc.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908200124.SAA96481>