From: "Randy.Dunlap" <randy.dunlap@verizon.net>
To: linux-kernel@vger.kernel.org, kuznet@ms2.inr.ac.ru
Subject: 2.5.45 net: warning + patch
Date: Wed, 30 Oct 2002 21:13:10 -0800 [thread overview]
Message-ID: <3DC0BBE6.1BEA710E@verizon.net> (raw)
gcc -Wp,-MD,net/sunrpc/.clnt.o.d -D__KERNEL__ -Iinclude -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
-fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
-march=i686 -Iarch/i386/mach-generic -nostdinc -iwithprefix include
-DKBUILD_BASENAME=clnt -c -o net/sunrpc/clnt.o net/sunrpc/clnt.c
net/ipv4/route.c: In function `ip_rt_init':
net/ipv4/route.c:2544: warning: implicit declaration of function
`xfrm_init'
and one patch is:
--- ./include/net/xfrm.h%syntax Wed Oct 30 16:42:22 2002
+++ ./include/net/xfrm.h Wed Oct 30 20:58:29 2002
@@ -384,3 +384,4 @@
extern int km_query(struct xfrm_state *x);
extern int ah4_init(void);
+extern void xfrm_init(void);
--- ./net/ipv4/route.c%syntax Wed Oct 30 16:43:45 2002
+++ ./net/ipv4/route.c Wed Oct 30 21:08:52 2002
@@ -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
~Randy
reply other threads:[~2002-10-31 6:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3DC0BBE6.1BEA710E@verizon.net \
--to=randy.dunlap@verizon.net \
--cc=kuznet@ms2.inr.ac.ru \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®