From: Adrian Bunk <bunk@stusta.de>
To: netdev@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Subject: [2.6 patch] net/ipv6/: make two functions static
Date: Wed, 23 Nov 2005 02:23:59 +0100 [thread overview]
Message-ID: <20051123012359.GH3963@stusta.de> (raw)
This patch makes two needlessly global functions static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
net/ipv6/ip6_output.c | 3 ++-
net/ipv6/ipv6_sockglue.c | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
--- linux-2.6.15-rc1-mm2-full/net/ipv6/ip6_output.c.old 2005-11-23 02:10:08.000000000 +0100
+++ linux-2.6.15-rc1-mm2-full/net/ipv6/ip6_output.c 2005-11-23 02:10:25.000000000 +0100
@@ -774,7 +774,8 @@
*dst = NULL;
return err;
}
-inline int ip6_ufo_append_data(struct sock *sk,
+
+static inline int ip6_ufo_append_data(struct sock *sk,
int getfrag(void *from, char *to, int offset, int len,
int odd, struct sk_buff *skb),
void *from, int length, int hh_len, int fragheaderlen,
--- linux-2.6.15-rc1-mm2-full/net/ipv6/ipv6_sockglue.c.old 2005-11-23 02:10:43.000000000 +0100
+++ linux-2.6.15-rc1-mm2-full/net/ipv6/ipv6_sockglue.c 2005-11-23 02:11:02.000000000 +0100
@@ -628,8 +628,8 @@
return -EINVAL;
}
-int ipv6_getsockopt_sticky(struct sock *sk, struct ipv6_opt_hdr *hdr,
- char __user *optval, int len)
+static int ipv6_getsockopt_sticky(struct sock *sk, struct ipv6_opt_hdr *hdr,
+ char __user *optval, int len)
{
if (!hdr)
return 0;
next reply other threads:[~2005-11-23 1:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-23 1:23 Adrian Bunk [this message]
2005-11-30 0:29 ` [2.6 patch] net/ipv6/: make two functions static David S. Miller
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=20051123012359.GH3963@stusta.de \
--to=bunk@stusta.de \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@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;
as well as URLs for NNTP newsgroup(s).