Browse Source

arc4random.c: use smallint for rs_initialized

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Peter S. Mazinger 14 years ago
parent
commit
0aa00ea102
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/stdlib/arc4random.c

+ 1 - 1
libc/stdlib/arc4random.c

@@ -44,7 +44,7 @@ struct arc4_stream {
 	uint8_t s[256];
 };
 
-static int    rs_initialized;
+static smallint rs_initialized;
 static struct arc4_stream rs;
 
 static __inline__ void