add OpenBSD to OS_LinuxBSD::get_name()
This commit is contained in:
parent
2687ac2720
commit
3bff838cee
1 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,8 @@ String OS_LinuxBSD::get_name() const {
|
||||||
return "FreeBSD";
|
return "FreeBSD";
|
||||||
#elif defined(__NetBSD__)
|
#elif defined(__NetBSD__)
|
||||||
return "NetBSD";
|
return "NetBSD";
|
||||||
|
#elif defined(__OpenBSD__)
|
||||||
|
return "OpenBSD";
|
||||||
#else
|
#else
|
||||||
return "BSD";
|
return "BSD";
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue