DJGPP changes. Contributed by Doug Kaufman <dkaufman@rahul.net>

This commit is contained in:
Richard Levitte
2005-05-30 22:37:44 +00:00
parent 188b05792f
commit b29228836a
3 changed files with 10 additions and 1 deletions

View File

@@ -153,7 +153,7 @@ int RAND_poll(void)
int n = 0;
#endif
#ifdef DEVRANDOM
static const char *randomfiles[] = { DEVRANDOM };
static const char *randomfiles[] = { "DEVRANDOM" };
struct stat randomstats[sizeof(randomfiles)/sizeof(randomfiles[0])];
int fd,i;
#endif