mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-23 01:31:27 +01:00
53092: silence deprecated header warning on older Linux systems
This commit is contained in:
parent
8ad625d90c
commit
ad4afde923
2 changed files with 5 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
#include "version.h"
|
||||
|
||||
#ifdef HAVE_SYS_SYSCTL_H
|
||||
#if defined(HAVE_SYS_SYSCTL_H) && !defined(__linux)
|
||||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue