factor/vm/os-freebsd.hpp

9 lines
144 B
C++
Raw Normal View History

2009-05-02 05:04:19 -04:00
#include <osreldate.h>
#include <sys/sysctl.h>
2009-05-05 12:33:35 -04:00
extern "C" int getosreldate();
2009-05-04 02:46:13 -04:00
2009-05-02 05:04:19 -04:00
#ifndef KERN_PROC_PATHNAME
#define KERN_PROC_PATHNAME 12
#endif