patches for BSDI BSD/OS

--- tidy.orig/include/platform.h	Mon Jun 17 15:50:01 2002
+++ tidy/include/platform.h	Sat Jun 22 12:50:49 2002
@@ -122,6 +122,12 @@
 #define PLATFORM_NAME "FreeMiNT"
 #endif
 
+#elif defined(__bsdi__)
+#define BSD_BASED_OS
+#ifndef PLATFORM_NAME
+#define PLATFORM_NAME "BSD/OS"
+#endif
+
 #endif
 
 /* Convenience defines for Windows platforms */

Received on Wednesday, 26 June 2002 01:13:08 UTC