random: cosmetic tweaks in debug code
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 13 Mar 2014 12:03:27 +0000 (13:03 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 13 Mar 2014 12:03:27 +0000 (13:03 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/random.c

index 9a64f54b0d54b3642eee496172930246a97f1670..fc2dfc26d90ad204e5521ccac007f92eec3315eb 100644 (file)
 # include <unistd.h>
 # include <stdio.h>
 # include <time.h>
-# define RAND_BASH_MASK 0xffffffff /* off */
 # define FAST_FUNC /* nothing */
 # define PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN /* nothing */
 # define POP_SAVED_FUNCTION_VISIBILITY /* nothing */
 # define monotonic_us() time(NULL)
 # include "random.h"
+# define RAND_BASH_MASK 0xffffffff /* off */
 #endif
 
 uint32_t FAST_FUNC
@@ -139,7 +139,7 @@ static random_t rnd;
 int main(int argc, char **argv)
 {
        int i;
-       int buf[4096];
+       uint32_t buf[4096];
 
        for (;;) {
                for (i = 0; i < sizeof(buf) / sizeof(buf[0]); i++) {