mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-02 13:18:52 +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/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
|
||||
|
Loading…
Reference in New Issue
Block a user