remove the "(unknown)" string beside the OS name in XFMail

This commit is contained in:
brad 2000-09-13 08:35:55 +00:00
parent 50004cf3b3
commit 114b5a68e6

View File

@ -0,0 +1,13 @@
--- ui/version.h.in.orig Wed Sep 13 00:27:48 2000
+++ ui/version.h.in Wed Sep 13 00:28:08 2000
@@ -16,6 +16,10 @@
#define XF_OS "NetBSD"
#endif
+#ifdef __OpenBSD__
+#define XF_OS "OpenBSD"
+#endif
+
#ifdef __linux__
#define XF_OS "Linux"
#endif