From bc7c7cceea205733e3d0902bc751009b5836ff9c Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 8 Apr 2000 17:48:56 +1000 Subject: - Avoid some compiler warnings in fake-get*.c - Add IPTOS macros for systems which lack them --- entropy.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'entropy.c') diff --git a/entropy.c b/entropy.c index 94e7dcec..f304e21c 100644 --- a/entropy.c +++ b/entropy.c @@ -41,7 +41,7 @@ # include #endif -RCSID("$Id: entropy.c,v 1.3 2000/04/04 05:04:10 damien Exp $"); +RCSID("$Id: entropy.c,v 1.4 2000/04/08 07:48:56 damien Exp $"); #ifdef EGD_SOCKET #ifndef offsetof @@ -198,7 +198,6 @@ entropy_source_t entropy_sources[] = { { 0.000, NULL, { NULL, NULL, NULL, NULL, NULL } }, }; - double stir_from_system(void) { -- cgit v1.2.3