mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [TRIVIAL] Squash warning in net/ipv4/route.c
@ 2002-11-05  6:10 David Gibson
  2002-11-05  7:11 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: David Gibson @ 2002-11-05  6:10 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: David Miller, linux-kernel, trivial

This squashes an "implicit declaration of xfrm_init()" warning.

diff -urN /home/dgibson/kernel/linuxppc-2.5/include/net/xfrm.h linux-bluefish/include/net/xfrm.h
--- /home/dgibson/kernel/linuxppc-2.5/include/net/xfrm.h	2002-10-31 11:35:50.000000000 +1100
+++ linux-bluefish/include/net/xfrm.h	2002-11-05 16:50:33.000000000 +1100
@@ -377,6 +377,7 @@
 extern void xfrm_replay_advance(struct xfrm_state *x, u32 seq);
 extern int xfrm_check_selectors(struct xfrm_state **x, int n, struct flowi *fl);
 extern int xfrm4_rcv(struct sk_buff *skb);
+extern void xfrm_init(void);
 
 
 extern wait_queue_head_t *km_waitq;
diff -urN /home/dgibson/kernel/linuxppc-2.5/net/ipv4/route.c linux-bluefish/net/ipv4/route.c
--- /home/dgibson/kernel/linuxppc-2.5/net/ipv4/route.c	2002-10-31 11:35:50.000000000 +1100
+++ linux-bluefish/net/ipv4/route.c	2002-11-05 16:57:43.000000000 +1100
@@ -94,6 +94,7 @@
 #include <net/arp.h>
 #include <net/tcp.h>
 #include <net/icmp.h>
+#include <net/xfrm.h>
 #ifdef CONFIG_SYSCTL
 #include <linux/sysctl.h>
 #endif


-- 
David Gibson			| For every complex problem there is a
david@gibson.dropbear.id.au	| solution which is simple, neat and
				| wrong.
http://www.ozlabs.org/people/dgibson

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

* Re: [TRIVIAL] Squash warning in net/ipv4/route.c
  2002-11-05  6:10 [TRIVIAL] Squash warning in net/ipv4/route.c David Gibson
@ 2002-11-05  7:11 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2002-11-05  7:11 UTC (permalink / raw)
  To: david; +Cc: torvalds, linux-kernel, trivial

   From: David Gibson <david@gibson.dropbear.id.au>
   Date: Tue, 5 Nov 2002 17:10:19 +1100

   This squashes an "implicit declaration of xfrm_init()" warning.
   
Yes, known and fixed in my tree.  I didn't push to Linus in time
for 2.5.46 because kernel.org was sick :-)

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

end of thread, other threads:[~2002-11-05  6:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-05  6:10 [TRIVIAL] Squash warning in net/ipv4/route.c David Gibson
2002-11-05  7:11 ` 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

all inboxes | Powered by JetHome®