Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2002 04:02:36 -0700 (PDT)
From:      Mark Murray <markm@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/random harvest.c
Message-ID:  <200204211102.g3LB2bQ13296@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
markm       2002/04/21 04:02:36 PDT

  Modified files:
    sys/dev/random       harvest.c 
  Log:
  Fix really dumb braino of mine; cast a sizeof() to an int, which it is
  being compared to, not size_t, which it already is.
  
  Revision  Changes    Path
  1.18      +1 -1      src/sys/dev/random/harvest.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?200204211102.g3LB2bQ13296>