diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libc/arc4random-fork/arc4random-fork.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regress/lib/libc/arc4random-fork/arc4random-fork.c b/src/regress/lib/libc/arc4random-fork/arc4random-fork.c index 4bc9c634f1..9b334945af 100644 --- a/src/regress/lib/libc/arc4random-fork/arc4random-fork.c +++ b/src/regress/lib/libc/arc4random-fork/arc4random-fork.c | |||
| @@ -111,7 +111,7 @@ main(int argc, char *argv[]) | |||
| 111 | } | 111 | } |
| 112 | 112 | ||
| 113 | if (flagprefork) | 113 | if (flagprefork) |
| 114 | arc4random(); | 114 | (void)arc4random(); |
| 115 | 115 | ||
| 116 | bufparent = mmap(NULL, sizeof(Buf), PROT_READ|PROT_WRITE, | 116 | bufparent = mmap(NULL, sizeof(Buf), PROT_READ|PROT_WRITE, |
| 117 | MAP_ANON|MAP_PRIVATE, -1, 0); | 117 | MAP_ANON|MAP_PRIVATE, -1, 0); |
