Date: Fri, 13 Jun 1997 17:14:30 -0700 (PDT) From: "Andrey A. Chernov" <ache@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG Subject: cvs commit: src/include stdlib.h Message-ID: <199706140014.RAA23556@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ache 1997/06/13 17:14:30 PDT Modified files: include stdlib.h 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.9 +1 -1 src/include/stdlib.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706140014.RAA23556>