Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81882
b: refs/heads/master
c: ecb6f85
h: refs/heads/master
v: v3
  • Loading branch information
Jan Engelhardt authored and David S. Miller committed Feb 1, 2008
1 parent d2b9810 commit 7d9e58b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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: ca7c48ca97e5e1d9dbc26cef165814f96d38d96b
refs/heads/master: ecb6f85e11627a0fb26a7e2db0d3603c0d602937
6 changes: 3 additions & 3 deletions trunk/include/linux/netfilter/x_tables.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ struct xt_match
/* Free to use by each match */
unsigned long data;

char *table;
const char *table;
unsigned int matchsize;
unsigned int compatsize;
unsigned int hooks;
Expand Down Expand Up @@ -261,7 +261,7 @@ struct xt_target
/* Set this to THIS_MODULE if you are a module, otherwise NULL */
struct module *me;

char *table;
const char *table;
unsigned int targetsize;
unsigned int compatsize;
unsigned int hooks;
Expand All @@ -277,7 +277,7 @@ struct xt_table
struct list_head list;

/* A unique name... */
char name[XT_TABLE_MAXNAMELEN];
const char name[XT_TABLE_MAXNAMELEN];

/* What hooks you will enter on */
unsigned int valid_hooks;
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv4/netfilter/ip_tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ static void trace_packet(struct sk_buff *skb,
unsigned int hook,
const struct net_device *in,
const struct net_device *out,
char *tablename,
const char *tablename,
struct xt_table_info *private,
struct ipt_entry *e)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv6/netfilter/ip6_tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ static void trace_packet(struct sk_buff *skb,
unsigned int hook,
const struct net_device *in,
const struct net_device *out,
char *tablename,
const char *tablename,
struct xt_table_info *private,
struct ip6t_entry *e)
{
Expand Down

0 comments on commit 7d9e58b

Please sign in to comment.