From af454b5bb09bf647b4854dc277f2eefc151b2608 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Fri, 8 Jun 2012 09:18:47 +0000 Subject: Reduce version skew. --- crypto/rand/randfile.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto/rand/randfile.c') diff --git a/crypto/rand/randfile.c b/crypto/rand/randfile.c index 030e07f418..7f1428072d 100644 --- a/crypto/rand/randfile.c +++ b/crypto/rand/randfile.c @@ -57,7 +57,9 @@ */ /* We need to define this to get macros like S_IFBLK and S_IFCHR */ +#if !defined(OPENSSL_SYS_VXWORKS) #define _XOPEN_SOURCE 500 +#endif #include #include -- cgit v1.2.3