repo.or.cz
/
openadk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3: update to 3.11.10
[openadk.git]
/
package
/
rdate
/
patches
/
patch-rdate_h
blob
33c4f1b3a2b5d7aebcaa45bd3235f3004537cece
1
--- rdate.orig/rdate.h 2007-08-16 12:38:52.000000000 +0200
2
+++ rdate/rdate.h 2013-12-30 23:00:23.000000000 +0100
3
@@ -10,7 +10,7 @@
4
#endif
5
6
#ifdef EXT_A4R
7
-extern u_int32_t arc4random(void);
8
+extern uint32_t arc4random(void);
9
#endif
10
11
#ifdef __MirBSD__