Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Oct 2010 10:48:47 +0000 (UTC)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/sys time.h
Message-ID:  <201010041049.o94An09F025224@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2010-10-04 10:48:47 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              time.h 
  Log:
  SVN rev 213401 on 2010-10-04 10:48:47Z by phk
  
  Certain static code analysis tools (FlexeLint being one) are very
  suspicious about 'l' and '1' being confused in numeric constants.
  The fear being that some old fart programmer might still think that
  he is using a Remmington Noiseless as input terminal device.
  
  An easy way to placate this fear is to use capital 'L' or to put
  the 'u' in unsigned constants in front of the 'l'.
  
  Revision  Changes    Path
  1.85      +2 -2      src/sys/sys/time.h



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