53cc38430a
- be careful not to pick up odbc/popt if they happened to be installed from maintainer stuart henderson
13 lines
536 B
Plaintext
13 lines
536 B
Plaintext
$OpenBSD: patch-channels_chan_skinny_c,v 1.2 2006/09/24 21:09:26 jolan Exp $
|
|
--- channels/chan_skinny.c.orig Wed Aug 30 13:59:44 2006
|
|
+++ channels/chan_skinny.c Tue Sep 19 14:26:50 2006
|
|
@@ -99,7 +99,7 @@ typedef unsigned int UINT32;
|
|
#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))
|