Add an OpenBSD driver identifier.

This commit is contained in:
Anthony J. Bentley
2016-07-17 04:10:49 -06:00
parent 64fb96e493
commit de6babb928
2 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,8 @@ const u32 m_os = OS_ALL | OS_OSX;
const u32 m_os = OS_ALL | OS_LINUX;
#elif __FreeBSD__
const u32 m_os = OS_ALL | OS_FREEBSD;
#elif __OpenBSD__
const u32 m_os = OS_ALL | OS_OPENBSD;
#endif
static Vendor m_vendor = VENDOR_UNKNOWN;