From: Patrick McHardy Date: Thu, 15 Jul 2010 09:36:35 +0000 (+0200) Subject: xt_CHECKSUM: only use __u* in public header files X-Git-Tag: v1.28~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=283974cbbefa9919b6c023fd2a320e940bce032b;p=thirdparty%2Fxtables-addons.git xt_CHECKSUM: only use __u* in public header files --- diff --git a/extensions/xt_CHECKSUM.h b/extensions/xt_CHECKSUM.h index 56afe57..3b4fb77 100644 --- a/extensions/xt_CHECKSUM.h +++ b/extensions/xt_CHECKSUM.h @@ -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 */