From owner-cvs-games Sat Mar 8 10:01:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA24447 for cvs-games-outgoing; Sat, 8 Mar 1997 10:01:45 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA24440; Sat, 8 Mar 1997 10:01:43 -0800 (PST) Date: Sat, 8 Mar 1997 10:01:43 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199703081801.KAA24440@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games Subject: cvs commit: src/games/fortune/fortune fortune.c Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 97/03/08 10:01:42 Modified: games/fortune/fortune fortune.c Log: Make /dev/urandom fd static, or it pick up random descriptor (stack garbadge) and read from it Should go into 2.2 Revision Changes Path 1.7 +1 -1 src/games/fortune/fortune/fortune.c