mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-08 13:44:56 +02:00
xt_CHECKSUM: only use __u* in public header files
This commit is contained in:

committed by
Jan Engelhardt

parent
7deca86132
commit
283974cbbe
@@ -12,7 +12,7 @@
|
|||||||
#define XT_CHECKSUM_OP_FILL 0x01 /* fill in checksum in IP header */
|
#define XT_CHECKSUM_OP_FILL 0x01 /* fill in checksum in IP header */
|
||||||
|
|
||||||
struct xt_CHECKSUM_info {
|
struct xt_CHECKSUM_info {
|
||||||
u_int8_t operation; /* bitset of operations */
|
__u8 operation; /* bitset of operations */
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* _IPT_CHECKSUM_TARGET_H */
|
#endif /* _IPT_CHECKSUM_TARGET_H */
|
||||||
|
Reference in New Issue
Block a user