From 36df04837ad54a4eb559e5c69a81aeeb4d981a72 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 19 Oct 2009 16:07:28 +0200 Subject: randomconfig fixes Signed-off-by: Denys Vlasenko --- shell/ash.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell') diff --git a/shell/ash.c b/shell/ash.c index d81dbd3f5..481b84138 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -53,6 +53,8 @@ #include "math.h" #if ENABLE_ASH_RANDOM_SUPPORT # include "random.h" +#else +# define CLEAR_RANDOM_T(rnd) ((void)0) #endif #if defined SINGLE_APPLET_MAIN -- cgit v1.2.3-55-g6feb