Re: patches for BSDI BSD/OS

At 12:00 AM -0400 6/22/02, Nobuaki TOGASHI wrote:
>--- 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 */

Thanks. I will go ahead and check in those changes shortly. You might want
to use the "tidy-develop" mailing list for any future programming
discussions.

Regards, Terry

Received on Wednesday, 26 June 2002 02:59:35 UTC