Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jun 1997 17:13:56 -0700 (PDT)
From:      "Andrey A. Chernov" <ache@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG
Subject:   cvs commit: src/lib/libc/stdlib random.3 random.c
Message-ID:  <199706140013.RAA23525@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ache        1997/06/13 17:13:56 PDT

  Modified files:
    lib/libc/stdlib      random.3 random.c 
  Log:
  Instead of copying fallback code over and over in each program,
  implement (better) falback code inside srandomdev() itself.
  Change return type from int to void (binary compatibility surprisely
  achieved). Userland code will be changed soon.
  
  Revision  Changes    Path
  1.8       +1 -6      src/lib/libc/stdlib/random.3
  1.9       +16 -9     src/lib/libc/stdlib/random.c



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