You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
649 B

  1. From 05bce5263735b77f91078a930ec55b9cf181d999 Mon Sep 17 00:00:00 2001
  2. From: Willem Toorop <willem@nlnetlabs.nl>
  3. Date: Sun, 13 May 2018 11:59:14 +0200
  4. Subject: [PATCH] Bugfix #399: Reinclude <linux/sysctl.h> in getentropy_linux.c
  5. ---
  6. src/compat/getentropy_linux.c | 1 +
  7. 1 file changed, 1 insertion(+)
  8. diff --git a/src/compat/getentropy_linux.c b/src/compat/getentropy_linux.c
  9. index 744783c..abb28f4 100644
  10. --- a/src/compat/getentropy_linux.c
  11. +++ b/src/compat/getentropy_linux.c
  12. @@ -62,6 +62,7 @@
  13. #include <linux/types.h>
  14. #include <linux/random.h>
  15. +#include <linux/sysctl.h>
  16. #ifdef HAVE_GETAUXVAL
  17. #include <sys/auxv.h>
  18. #endif
  19. --
  20. 2.14.1