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