Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2001 14:01:35 -0800 (PST)
From:      Garrett Wollman <wollman@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/jot jot.c
Message-ID:  <200111082201.fA8M1a576443@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wollman     2001/11/08 14:01:35 PST

  Modified files:
    usr.bin/jot          jot.c 
  Log:
  Actually, arc4random() returns a uint32_t, not an int.  Use the correct
  constant, just in case uint32_t turns into a `short' ten years from now.
  If this is MFC'd it will be necessary to hard-code the constant since
  -stable doesn't have UINT32_MAX.
  
  Revision  Changes    Path
  1.19      +1 -1      src/usr.bin/jot/jot.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?200111082201.fA8M1a576443>