]> gitweb.factorcode.org Git - factor.git/blob - vm/os-freebsd.hpp
Use C++ namespaces
[factor.git] / vm / os-freebsd.hpp
1 #include <osreldate.h>
2 #include <sys/sysctl.h>
3
4 extern "C" int getosreldate(void);
5
6 #ifndef KERN_PROC_PATHNAME
7 #define KERN_PROC_PATHNAME 12
8 #endif