$OpenBSD: patch-sal_inc_sal_types_h,v 1.3 2007/11/13 09:46:28 robert Exp $
--- sal/inc/sal/types.h.orig.port	Mon Mar 26 16:21:51 2007
+++ sal/inc/sal/types.h	Thu Oct 25 16:23:47 2007
@@ -291,7 +291,7 @@ typedef struct _sal_Sequence
     lack RTTI support, dynamic_cast is not included here).
  */
 #ifdef __cplusplus
-#if defined SAL_W32 || defined SOLARIS || defined LINUX || defined MACOSX || defined FREEBSD || defined NETBSD || defined AIX
+#if defined SAL_W32 || defined SOLARIS || defined LINUX || defined MACOSX || defined FREEBSD || defined NETBSD || defined AIX || defined OPENBSD
 #define SAL_CONST_CAST(type, expr) (const_cast< type >(expr))
 #define SAL_REINTERPRET_CAST(type, expr) (reinterpret_cast< type >(expr))
 #define SAL_STATIC_CAST(type, expr) (static_cast< type >(expr))
