From owner-cvs-lib Fri Jun 13 17:17:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA28751 for cvs-lib-outgoing; Fri, 13 Jun 1997 17:17:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA28594; Fri, 13 Jun 1997 17:14:22 -0700 (PDT) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA23525; Fri, 13 Jun 1997 17:13:56 -0700 (PDT) Date: Fri, 13 Jun 1997 17:13:56 -0700 (PDT) Message-Id: <199706140013.RAA23525@freefall.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 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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