Stop including deprecated header file; appears to be unused and
it has been deprecated in recent linux.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
(cherry picked from commit
15e84e5abbf32ab6ad470ee3dbdcfa27c87e455f)
#include <sys/types.h>
#include <sys/param.h>
#ifdef HAVE_SYS_SYSCTL_H
-#ifdef GNU_LINUX
-#include <linux/types.h>
-#endif
+#ifndef GNU_LINUX
#include <sys/sysctl.h>
+#endif
#endif /* HAVE_SYS_SYSCTL_H */
#include <sys/ioctl.h>
#ifdef HAVE_SYS_CONF_H