Remove unneeded sys/sysctl.h on linux.
authorbcook <bcook@openbsd.org>
Sat, 13 Jun 2015 02:33:58 +0000 (02:33 +0000)
committerbcook <bcook@openbsd.org>
Sat, 13 Jun 2015 02:33:58 +0000 (02:33 +0000)
This only provides the sysctl wrapper in glibc, which we do not use and is not available in other libc implementations for Linux. Thanks to ncopa from github.

lib/libcrypto/arc4random/getentropy_linux.c
lib/libcrypto/crypto/getentropy_linux.c

index 4fce68c..05fb95c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: getentropy_linux.c,v 1.38 2015/04/27 03:37:06 bcook Exp $     */
+/*     $OpenBSD: getentropy_linux.c,v 1.39 2015/06/13 02:33:58 bcook Exp $     */
 
 /*
  * Copyright (c) 2014 Theo de Raadt <deraadt@openbsd.org>
@@ -28,7 +28,6 @@
 #include <sys/resource.h>
 #include <sys/syscall.h>
 #ifdef SYS__sysctl
-#include <sys/sysctl.h>
 #include <linux/sysctl.h>
 #endif
 #include <sys/statvfs.h>
index 4fce68c..05fb95c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: getentropy_linux.c,v 1.38 2015/04/27 03:37:06 bcook Exp $     */
+/*     $OpenBSD: getentropy_linux.c,v 1.39 2015/06/13 02:33:58 bcook Exp $     */
 
 /*
  * Copyright (c) 2014 Theo de Raadt <deraadt@openbsd.org>
@@ -28,7 +28,6 @@
 #include <sys/resource.h>
 #include <sys/syscall.h>
 #ifdef SYS__sysctl
-#include <sys/sysctl.h>
 #include <linux/sysctl.h>
 #endif
 #include <sys/statvfs.h>