xt_CHECKSUM: only use __u* in public header files

This commit is contained in:
Patrick McHardy
2010-07-15 11:36:35 +02:00
committed by Jan Engelhardt
parent 7deca86132
commit 283974cbbe

View File

@@ -12,7 +12,7 @@
#define XT_CHECKSUM_OP_FILL 0x01 /* fill in checksum in IP header */
struct xt_CHECKSUM_info {
u_int8_t operation; /* bitset of operations */
__u8 operation; /* bitset of operations */
};
#endif /* _IPT_CHECKSUM_TARGET_H */