projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
When _XOPEN_SOURCE is defined, make sure it's defined to 500. Required in
[openssl.git]
/
crypto
/
rand
/
randfile.c
diff --git
a/crypto/rand/randfile.c
b/crypto/rand/randfile.c
index dda020fb108f433507ca04cdf491761c5287de31..d69bdf8b8a04031abe2c1d65df5a29347a87f98c 100644
(file)
--- a/
crypto/rand/randfile.c
+++ b/
crypto/rand/randfile.c
@@
-57,7
+57,7
@@
*/
/* We need to define this to get macros like S_IFBLK and S_IFCHR */
-#define _XOPEN_SOURCE
1
+#define _XOPEN_SOURCE
500
#include <errno.h>
#include <stdio.h>