Ported to OpenBSD

This commit is contained in:
Michiel Broek
2004-12-28 15:30:52 +00:00
parent d1603b8109
commit 2cec96dca1
17 changed files with 47 additions and 37 deletions

View File

@@ -341,6 +341,8 @@ char *OsName()
return (char *)"FreeBSD";
#elif __NetBSD__
return (char *)"NetBSD";
#elif __OpenBSD__
return (char *)"OpenBSD";
#else
return (char *)"Unknown";
#endif