symbol and structure of the same name Fix the eppic script to reflect the type Signed-off-by: Aruna Balakrishnaiah <aruna at linux.vnet.ibm.com> --- eppic_scripts/udp_sk_buf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eppic_scripts/udp_sk_buf.c b/eppic_scripts/udp_sk_buf.c index 0fa1325..ca8c77b 100644 --- a/eppic_scripts/udp_sk_buf.c +++ b/eppic_scripts/udp_sk_buf.c @@ -30,7 +30,7 @@ udp() struct udp_table *table; struct sock_common *off = 0; - table = &udp_table; + table = (struct udp_table *)&udp_table; for (i = 0; i < table->mask; i++) { struct hlist_nulls_node *pos;