From c141f4b60a664a91e0441d52e3010edd954cd8c3 Mon Sep 17 00:00:00 2001 From: mdw Date: Fri, 10 Dec 1999 23:25:15 +0000 Subject: [PATCH] Bug fix: remove old spurious fflush. --- noise.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/noise.c b/noise.c index a78a790..cb30228 100644 --- a/noise.c +++ b/noise.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: noise.c,v 1.3 1999/12/10 23:24:11 mdw Exp $ + * $Id: noise.c,v 1.4 1999/12/10 23:25:15 mdw Exp $ * * Acquisition of environmental noise (Unix specific) * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: noise.c,v $ + * Revision 1.4 1999/12/10 23:25:15 mdw + * Bug fix: remove old spurious fflush. + * * Revision 1.3 1999/12/10 23:24:11 mdw * Bug fix: flush buffers before forking. * @@ -267,7 +270,6 @@ int noise_filter(rand_pool *r, int good, const char *c) /* --- Handle the child end of the deal --- */ - fflush(0); if (kid == 0) { int f; -- 2.11.0