mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 15:23:39 +00:00
Merge pull request #5316 from k0ste/stable_7.2_backports
[7.2] lib: Remove include of deprecated sysctl.h
This commit is contained in:
commit
4875c110d3
@ -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