Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77967
b: refs/heads/master
c: 75ff430
h: refs/heads/master
i:
  77965: 58f5f42
  77963: 4d3abeb
  77959: 37287de
  77951: a1c4487
v: v3
  • Loading branch information
Ladislav Michl authored and Sam Ravnborg committed Jan 28, 2008
1 parent c1013e8 commit ba54c30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2c81210a26fb84c0af6aad95f6ec1d61cf276cd0
refs/heads/master: 75ff4309cdb1d7303750aeed07a5d80382fe2e71
6 changes: 3 additions & 3 deletions trunk/scripts/kconfig/conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
*/

#include <ctype.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <time.h>
#include <unistd.h>
#include <sys/stat.h>

#define LKC_DIRECT_LINK
Expand Down Expand Up @@ -160,7 +160,7 @@ static int conf_askvalue(struct symbol *sym, const char *def)
}
case set_random:
do {
val = (tristate)(random() % 3);
val = (tristate)(rand() % 3);
} while (!sym_tristate_within_range(sym, val));
switch (val) {
case no: line[0] = 'n'; break;
Expand Down

0 comments on commit ba54c30

Please sign in to comment.