From 8796689c5dee394f8e76b4cf05997e99d0e3fa7f Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 26 Dec 2010 10:22:22 +0100 Subject: [PATCH] --- yaml --- r: 236619 b: refs/heads/master c: 5df15196a2bbf16ca4c6a797ec00ff36d0d5c179 h: refs/heads/master i: 236617: b5e292938b67231418e7e41f52aace4dc2f57988 236615: e810d78b6e48f56edc238a153d8fd0788ce2141e v: v3 --- [refs] | 2 +- trunk/include/linux/netfilter/xt_comment.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */