public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH][2.6.8-rc1-mm1] ipv6/route.c gcc-341 fix inline
@ 2004-07-25  9:47 Con Kolivas
  2004-07-25 10:14 ` Con Kolivas
  2004-07-26  0:33 ` David S. Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Con Kolivas @ 2004-07-25  9:47 UTC (permalink / raw)
  To: linux kernel mailing list, Andrew Morton


[-- Attachment #1.1: Type: text/plain, Size: 120 bytes --]

Fixes the inline error when compiling net/ipv6/route.c with gcc-3.4.1

Signed-off-by: Con Kolivas <kernel@kolivas.org>


[-- Attachment #1.2: gcc341-fix-ipv6 --]
[-- Type: text/plain, Size: 622 bytes --]

Index: linux-2.6.8-rc1-mm1/net/ipv6/route.c
===================================================================
--- linux-2.6.8-rc1-mm1.orig/net/ipv6/route.c	2004-07-25 19:32:32.554804276 +1000
+++ linux-2.6.8-rc1-mm1/net/ipv6/route.c	2004-07-25 19:42:22.899856237 +1000
@@ -584,7 +584,7 @@
 /* Protected by rt6_lock.  */
 static struct dst_entry *ndisc_dst_gc_list;
 static int ipv6_get_mtu(struct net_device *dev);
-static inline unsigned int ipv6_advmss(unsigned int mtu);
+static unsigned int ipv6_advmss(unsigned int mtu);
 
 struct dst_entry *ndisc_dst_alloc(struct net_device *dev, 
 				  struct neighbour *neigh,

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-07-26  0:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-25  9:47 [PATCH][2.6.8-rc1-mm1] ipv6/route.c gcc-341 fix inline Con Kolivas
2004-07-25 10:14 ` Con Kolivas
2004-07-26  0:33 ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox