浏览代码

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 年之前
父节点
当前提交
0aa00ea102
共有 1 个文件被更改,包括 1 次插入1 次删除
  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