repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git]
/
components
/
x11
/
libXdmcp
/
patches
/
header.patch
blob
637f89b64b17ccb629205f64a9ee3ebd342284b7
1
--- a/Key.c Mon Mar 23 09:21:31 2015
2
+++ b/Key.c Mon Mar 23 11:20:24 2015
3
@@ -36,6 +36,8 @@
4
#include <bsd/stdlib.h> /* for arc4random_buf() */
5
#endif
6
7
+extern void arc4random_buf();
8
+
9
#ifndef HAVE_ARC4RANDOM_BUF
10
static void
11
getbits (long data, unsigned char *dst)