|
|
@ -6,7 +6,7 @@ diff -dur linux-2.6.10/include/linux/byteorder/big_endian.h linux-2.6.10/include |
|
|
|
#include <linux/types.h> |
|
|
|
#include <linux/byteorder/swab.h> |
|
|
|
-
|
|
|
|
++
|
|
|
|
+
|
|
|
|
#define __constant_htonl(x) ((__force __be32)(__u32)(x)) |
|
|
|
#define __constant_ntohl(x) ((__force __u32)(__be32)(x)) |
|
|
|
#define __constant_htons(x) ((__force __be16)(__u16)(x)) |
|
|
|