$OpenBSD: patch-channels_chan_skinny_c,v 1.1 2006/02/02 03:41:36 todd Exp $
--- channels/chan_skinny.c.orig	Mon Jan 16 22:48:16 2006
+++ channels/chan_skinny.c	Mon Jan 16 22:48:30 2006
@@ -99,7 +99,7 @@
 #define htolel(x) (x)
 #define htoles(x) (x)
 #else
-#if defined(SOLARIS) || defined(__Darwin__) || defined(__NetBSD__)
+#if defined(SOLARIS) || defined(__Darwin__) || defined(__NetBSD__) || defined(__OpenBSD__)
 #define __bswap_16(x) \
      ((((x) & 0xff00) >> 8) | \
       (((x) & 0x00ff) << 8))
