mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-03 04:03:46 +00:00
lib: Remove include of deprecated sysctl.h
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>
This commit is contained in:
parent
3e6fd94f83
commit
15e84e5abb
@ -52,10 +52,9 @@ typedef unsigned char uint8_t;
|
|||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#ifdef HAVE_SYS_SYSCTL_H
|
#ifdef HAVE_SYS_SYSCTL_H
|
||||||
#ifdef GNU_LINUX
|
#ifndef GNU_LINUX
|
||||||
#include <linux/types.h>
|
|
||||||
#endif
|
|
||||||
#include <sys/sysctl.h>
|
#include <sys/sysctl.h>
|
||||||
|
#endif
|
||||||
#endif /* HAVE_SYS_SYSCTL_H */
|
#endif /* HAVE_SYS_SYSCTL_H */
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#ifdef HAVE_SYS_CONF_H
|
#ifdef HAVE_SYS_CONF_H
|
||||||
|
Loading…
Reference in New Issue
Block a user