summaryrefslogtreecommitdiff
path: root/xdm/genauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'xdm/genauth.c')
-rw-r--r--xdm/genauth.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/xdm/genauth.c b/xdm/genauth.c
index de7abfc..696d6ce 100644
--- a/xdm/genauth.c
+++ b/xdm/genauth.c
@@ -41,19 +41,7 @@ from The Open Group.
#include <errno.h>
#ifdef HAVE_ARC4RANDOM
-# ifdef __linux__
-# if defined(__GLIBC__) && defined(__GLIBC_PREREQ)
-# if __GLIBC_PREREQ(2, 36)
-# include <stdlib.h>
-# else
-# include <bsd/stdlib.h>
-# endif
-# else
-# include <bsd/stdlib.h>
-# endif
-# else
-# include <stdlib.h>
-# endif
+# include <stdlib.h>
#endif
#include <time.h>