netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH]: Remove duplicate declarations from netlink.h
@ 2004-08-27 12:59 Patrick McHardy
  2004-08-28  0:30 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick McHardy @ 2004-08-27 12:59 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev

[-- 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.
  *

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

end of thread, other threads:[~2004-08-28  0:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-27 12:59 [PATCH]: Remove duplicate declarations from netlink.h Patrick McHardy
2004-08-28  0:30 ` 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;
as well as URLs for NNTP newsgroup(s).