robur-coop / albatross

Albatross: orchestrate and manage MirageOS unikernels with Solo5
ISC License
142 stars 17 forks source link

Avoid using a deprecated include on Linux #58

Closed kit-ty-kate closed 3 years ago

kit-ty-kate commented 3 years ago

From /usr/include/sys/sysctl.h on my Debian Sid:

#warning "The <sys/sysctl.h> header is deprecated and will be removed."
reynir commented 3 years ago

Thanks! I realized we actually don't use sysctl.h in Linux, so I moved it down to #ifdef __FreeBSD__.