Get rid of sysctl includes on Linux.
authorAdam Borowski <kilobyte@angband.pl>
Tue, 13 Jan 2015 00:52:56 +0000 (01:52 +0100)
committerAdam Borowski <kilobyte@angband.pl>
Tue, 13 Jan 2015 00:52:56 +0000 (01:52 +0100)
commit7b0d1c932e502a7f157222cb683531e2849de393
tree5a19828a00304b4447ad50166b267c65aba7c89a
parent390f17d1e0bf1e05b2fbbd1817b75cb6d8fbd570
Get rid of sysctl includes on Linux.

The 'sysctl' syscall has been strongly deprecated on Linux for ages.
Currently, on old architectures it will spam syslog whenever used, and on
newer ones it's missing from the headers altogether.  Opencv has migrated
away on Linux already, but #includes were left lingering.  This commit
removes them on non-__APPLE__, unbreaking x32 (and probably others).
modules/core/src/parallel.cpp
modules/core/src/system.cpp
modules/videoio/src/cap_ffmpeg_impl.hpp