factor/vm/os-openbsd.c

7 lines
76 B
C
Raw Normal View History

2007-09-20 18:09:08 -04:00
#include "master.h"
const char *vm_executable_path(void)
{
return NULL;
}