]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
xt_CHECKSUM: only use __u* in public header files
authorPatrick McHardy <kaber@trash.net>
Thu, 15 Jul 2010 09:36:35 +0000 (11:36 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Thu, 15 Jul 2010 10:21:16 +0000 (12:21 +0200)
extensions/xt_CHECKSUM.h

index 56afe5779a858910258e9a9dace7f5d35e53f0e8..3b4fb77acef68cc52a995bef89a90765da2670fc 100644 (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 */