Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194905
b: refs/heads/master
c: 7d5f7ed
h: refs/heads/master
i:
  194903: baf17df
v: v3
  • Loading branch information
Jan Engelhardt committed Mar 18, 2010
1 parent 4c13b2e commit 124bbbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e8a96f69383f3d88cdc06d8ccd450f70c48628a3
refs/heads/master: 7d5f7ed802507999c22949b84686d03987fe57ec
2 changes: 1 addition & 1 deletion trunk/net/netfilter/xt_CT.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ static void xt_ct_tg_destroy(const struct xt_tgdtor_param *par)
static struct xt_target xt_ct_tg __read_mostly = {
.name = "CT",
.family = NFPROTO_UNSPEC,
.targetsize = XT_ALIGN(sizeof(struct xt_ct_target_info)),
.targetsize = sizeof(struct xt_ct_target_info),
.checkentry = xt_ct_tg_check,
.destroy = xt_ct_tg_destroy,
.target = xt_ct_target,
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/netfilter/xt_LED.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ static struct xt_target led_tg_reg __read_mostly = {
.revision = 0,
.family = NFPROTO_UNSPEC,
.target = led_tg,
.targetsize = XT_ALIGN(sizeof(struct xt_led_info)),
.targetsize = sizeof(struct xt_led_info),
.checkentry = led_tg_check,
.destroy = led_tg_destroy,
.me = THIS_MODULE,
Expand Down

0 comments on commit 124bbbf

Please sign in to comment.