summaryrefslogtreecommitdiff
path: root/misc/dahdi-kmod/files/patch-freebsd-include-dahdi-compat-bsd.h
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2011-02-11 03:06:02 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2011-02-11 03:06:02 +0000
commitf259566108892351d3632c07a73d13c19134360f (patch)
treed8c04c2dd9d515238e6ff20e97948fc22f7f82be /misc/dahdi-kmod/files/patch-freebsd-include-dahdi-compat-bsd.h
parent- Update to 1.16.2 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_4_0'.release/7.4.0
Diffstat (limited to 'misc/dahdi-kmod/files/patch-freebsd-include-dahdi-compat-bsd.h')
-rw-r--r--misc/dahdi-kmod/files/patch-freebsd-include-dahdi-compat-bsd.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/misc/dahdi-kmod/files/patch-freebsd-include-dahdi-compat-bsd.h b/misc/dahdi-kmod/files/patch-freebsd-include-dahdi-compat-bsd.h
deleted file mode 100644
index 0f95e4444217..000000000000
--- a/misc/dahdi-kmod/files/patch-freebsd-include-dahdi-compat-bsd.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- freebsd/include/dahdi/compat/bsd.h.orig 2010-10-05 23:41:23.000000000 +0700
-+++ freebsd/include/dahdi/compat/bsd.h 2010-10-05 23:42:01.000000000 +0700
-@@ -66,9 +66,11 @@
- #define __be32 u_int32_t
-
- #if _BYTE_ORDER == _LITTLE_ENDIAN
-+#define __LITTLE_ENDIAN
- #define __LITTLE_ENDIAN_BITFIELD
- #define __constant_htons(x) ((uint16_t) (((uint16_t) (x)) << 8 | ((uint16_t) (x)) >> 8))
- #elif _BYTE_ORDER == _BIG_ENDIAN
-+#define __BIG_ENDIAN
- #define __BIG_ENDIAN_BITFIELD
- #define __constant_htons(x) (x)
- #endif