netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Patrick McHardy <kaber@trash.net>
To: "David S. Miller" <davem@redhat.com>
Cc: netdev@oss.sgi.com
Subject: [PATCH]: Remove duplicate declarations from netlink.h
Date: Fri, 27 Aug 2004 14:59:55 +0200	[thread overview]
Message-ID: <412F304B.7080804@trash.net> (raw)

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

This patch removes some duplicate delarations from netlink.h.


[-- Attachment #2: x --]
[-- Type: text/plain, Size: 1152 bytes --]

# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
#   2004/08/27 14:35:59+02:00 kaber@coreworks.de 
#   [NETLINK]: Remove duplicate declarations
#   
#   Signed-off-by: Patrick McHardy <kaber@trash.net>
# 
# include/linux/netlink.h
#   2004/08/27 14:35:21+02:00 kaber@coreworks.de +0 -7
#   [NETLINK]: Remove duplicate declarations
# 
diff -Nru a/include/linux/netlink.h b/include/linux/netlink.h
--- a/include/linux/netlink.h	2004-08-27 14:46:19 +02:00
+++ b/include/linux/netlink.h	2004-08-27 14:46:19 +02:00
@@ -134,13 +134,6 @@
 void netlink_detachskb(struct sock *sk, struct sk_buff *skb);
 int netlink_sendskb(struct sock *sk, struct sk_buff *skb, int protocol);
 
-/* finegrained unicast helpers: */
-struct sock *netlink_getsockbypid(struct sock *ssk, u32 pid);
-struct sock *netlink_getsockbyfilp(struct file *filp);
-int netlink_attachskb(struct sock *sk, struct sk_buff *skb, int nonblock, long timeo);
-void netlink_detachskb(struct sock *sk, struct sk_buff *skb);
-int netlink_sendskb(struct sock *sk, struct sk_buff *skb, int protocol);
-
 /*
  *	skb should fit one page. This choice is good for headerless malloc.
  *

             reply	other threads:[~2004-08-27 12:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-27 12:59 Patrick McHardy [this message]
2004-08-28  0:30 ` [PATCH]: Remove duplicate declarations from netlink.h 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=412F304B.7080804@trash.net \
    --to=kaber@trash.net \
    --cc=davem@redhat.com \
    --cc=netdev@oss.sgi.com \
    /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).