diff --git a/[refs] b/[refs] index 5896b42f46cb..43423c75af39 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c6d2d445d8dee04cde47eb4021636399a4239e9f +refs/heads/master: 5df15196a2bbf16ca4c6a797ec00ff36d0d5c179 diff --git a/trunk/include/linux/netfilter/xt_comment.h b/trunk/include/linux/netfilter/xt_comment.h index eacfedc6b5d0..0ea5e79f5bd7 100644 --- a/trunk/include/linux/netfilter/xt_comment.h +++ b/trunk/include/linux/netfilter/xt_comment.h @@ -4,7 +4,7 @@ #define XT_MAX_COMMENT_LEN 256 struct xt_comment_info { - unsigned char comment[XT_MAX_COMMENT_LEN]; + char comment[XT_MAX_COMMENT_LEN]; }; #endif /* XT_COMMENT_H */