Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
1aee1dada4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/linux/linux26/75-linux-types_h.patch

+ 1
- 1
package/base/linux/linux26/75-linux-types_h.patch

@ -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))

Loading…
Cancel
Save