From 283974cbbefa9919b6c023fd2a320e940bce032b Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Thu, 15 Jul 2010 11:36:35 +0200 Subject: [PATCH] xt_CHECKSUM: only use __u* in public header files --- extensions/xt_CHECKSUM.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */