diff options
Diffstat (limited to 'random.c')
| -rw-r--r-- | random.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -280,9 +280,6 @@ random_seed() #ifdef O_NOCTTY |O_NOCTTY #endif -#ifdef O_NOFOLLOW - |O_NOFOLLOW -#endif )) >= 0) { if (fstat(fd, &statbuf) == 0 && S_ISCHR(statbuf.st_mode)) { read(fd, seed, seed_len); |
