dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/net/bridge/netfilter
Meelis Roos 6f5b7ef6b5 [NETFILTER]: silence a warning in ebtables
net/bridge/netfilter/ebtables.c: In function 'ebt_dev_check':
net/bridge/netfilter/ebtables.c:89: warning: initialization discards qualifiers from pointer target type

So make the char* a const char * and the warning is gone.

Signed-off-by: Meelis Roos <mroos@linux.ee>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-11-01 18:07:27 -08:00
..
Kconfig [NETFILTER] ebtables: Support nf_log API from ebt_log and ebt_ulog 2006-01-03 13:10:30 -08:00
Makefile [NETFILTER]: Fix wrong option spelling in Makefile for CONFIG_BRIDGE_EBT_ULOG 2006-03-11 18:51:25 -08:00
ebt_802_3.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_among.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_arp.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_arpreply.c [IPV4] net/ipv4/arp.c: trivial annotations 2006-09-28 18:02:14 -07:00
ebt_dnat.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_ip.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_limit.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_log.c [NETFILTER]: fix format specifier for netfilter log targets 2006-05-19 02:15:47 -07:00
ebt_mark.c [NETFILTER]: ebt_mark: add or/and/xor action support to mark target 2006-10-04 00:30:57 -07:00
ebt_mark_m.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_pkttype.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_redirect.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_snat.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_stp.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_ulog.c [NETFILTER]: ulog: fix panic on SMP kernels 2006-08-13 18:57:54 -07:00
ebt_vlan.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebtable_broute.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebtable_filter.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebtable_nat.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebtables.c [NETFILTER]: silence a warning in ebtables 2006-11-01 18:07:27 -08:00