Re: [2.6 patch] net/ipv4/: make two functions static

2005-11-29 Thread David S. Miller
From: Adrian Bunk <[EMAIL PROTECTED]> Date: Wed, 23 Nov 2005 01:38:06 +0100 > This patch makes two needlessly global functions static. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Applied, thanks Adrian. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a m

[2.6 patch] net/ipv4/: make two functions static

2005-11-22 Thread Adrian Bunk
This patch makes two needlessly global functions static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- net/ipv4/ip_gre.c|2 +- net/ipv4/ip_output.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.15-rc1-mm2-full/net/ipv4/ip_output.c.old 2005-11-22 22:5