summaryrefslogtreecommitdiff
path: root/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'random.c')
-rw-r--r--random.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/random.c b/random.c
index 8d170a42ea..b9b5ad4e76 100644
--- a/random.c
+++ b/random.c
@@ -472,9 +472,6 @@ fill_random_seed(unsigned int seed[DEFAULT_SEED_CNT])
#ifdef O_NOCTTY
|O_NOCTTY
#endif
-#ifdef O_NOFOLLOW
- |O_NOFOLLOW
-#endif
)) >= 0) {
if (fstat(fd, &statbuf) == 0 && S_ISCHR(statbuf.st_mode)) {
(void)read(fd, seed, DEFAULT_SEED_LEN);