aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/rndunix.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/rndunix.c')
-rw-r--r--cipher/rndunix.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/cipher/rndunix.c b/cipher/rndunix.c
index 0132cd901..b7381a55c 100644
--- a/cipher/rndunix.c
+++ b/cipher/rndunix.c
@@ -401,11 +401,8 @@ slow_poll(FILE *dbgfp, int dbgall, size_t *nbytes )
fd_set fds;
#if defined( __hpux )
size_t maxFD = 0;
- int pageSize = 4096; /* PHUX doesn't have getpagesize() */
- #elif defined( _M_XENIX ) || defined( __aux )
- int maxFD = 0, pageSize = 4096;/* Nor do others, but they get fd right */
#else
- int maxFD = 0, pageSize = getpagesize();
+ int maxFD = 0;
#endif /* OS-specific brokenness */
int bufPos, i, usefulness = 0;