• Adam Borowski's avatar
    Get rid of sysctl includes on Linux. · 7b0d1c93
    Adam Borowski authored
    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).
    7b0d1c93
Name
Last commit
Last update
3rdparty Loading commit data...
apps Loading commit data...
cmake Loading commit data...
data Loading commit data...
doc Loading commit data...
include Loading commit data...
modules Loading commit data...
platforms Loading commit data...
samples Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.tgitconfig Loading commit data...
CMakeLists.txt Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...