add OpenBSD to OS_LinuxBSD::get_name()
This commit is contained in:
parent
2687ac2720
commit
3bff838cee
@ -116,6 +116,8 @@ String OS_LinuxBSD::get_name() const {
|
||||
return "FreeBSD";
|
||||
#elif defined(__NetBSD__)
|
||||
return "NetBSD";
|
||||
#elif defined(__OpenBSD__)
|
||||
return "OpenBSD";
|
||||
#else
|
||||
return "BSD";
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user