All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Netfilter Development Mailinglist <netfilter-devel@lists.netfilter.org>
Cc: Patrick McHardy <kaber@trash.net>
Subject: [PATCH 7/7] group all export symbol declarations
Date: Mon, 12 Feb 2007 23:46:53 +0100	[thread overview]
Message-ID: <45D0EE5D.204@netfilter.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 289 bytes --]

Minor cleanup, move nfnetlink_has_listeners where other export_symbol
declarations are

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

-- 
The dawn of the fourth age of Linux firewalling is coming; a time of
great struggle and heroic deeds -- J.Kadlecsik got inspired by J.Morris

[-- Attachment #2: 09.patch --]
[-- Type: text/plain, Size: 999 bytes --]

[PATCH] group all export symbol declarations

Minor cleanup, move nfnetlink_has_listeners where other export_symbol
declarations are

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> 

Index: net-2.6.git/net/netfilter/nfnetlink.c
===================================================================
--- net-2.6.git.orig/net/netfilter/nfnetlink.c	2007-01-21 23:51:14.000000000 +0100
+++ net-2.6.git/net/netfilter/nfnetlink.c	2007-01-21 23:51:15.000000000 +0100
@@ -145,7 +145,6 @@ int nfnetlink_has_listeners(unsigned int
 {
 	return netlink_has_listeners(nfnl, group);
 }
-EXPORT_SYMBOL_GPL(nfnetlink_has_listeners);
 
 int nfnetlink_send(struct sk_buff *skb, u32 pid, unsigned group, int echo)
 {
@@ -311,5 +310,6 @@ EXPORT_SYMBOL_GPL(nfnetlink_subsys_regis
 EXPORT_SYMBOL_GPL(nfnetlink_subsys_unregister);
 EXPORT_SYMBOL_GPL(nfnetlink_send);
 EXPORT_SYMBOL_GPL(nfnetlink_unicast);
+EXPORT_SYMBOL_GPL(nfnetlink_has_listeners);
 EXPORT_SYMBOL_GPL(nfattr_parse);
 EXPORT_SYMBOL_GPL(__nfa_fill);

             reply	other threads:[~2007-02-12 22:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-12 22:46 Pablo Neira Ayuso [this message]
2007-02-13 11:06 ` [PATCH 7/7] group all export symbol declarations Patrick McHardy

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=45D0EE5D.204@netfilter.org \
    --to=pablo@netfilter.org \
    --cc=kaber@trash.net \
    --cc=netfilter-devel@lists.netfilter.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.