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

@@ -412,6 +412,8 @@ void soft_info(void)
p = xstrcpy((char *)"MBSE BBS (FreeBSD");
#elif __NetBSD__
p = xstrcpy((char *)"MBSE BBS (NetBSD");
#elif __OpenBSD__
p = xstrcpy((char *)"MBSE BBS (OpenBSD");
#else
p = xstrcpy((char *)"MBSE BBS (Unknown");
#endif