Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211100
b: refs/heads/master
c: 56b49f4
h: refs/heads/master
v: v3
  • Loading branch information
Ollie Wild authored and David S. Miller committed Sep 22, 2010
1 parent 27fb517 commit 8e448f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cbdd769ab9de26764bde0520a91536caa1587e13
refs/heads/master: 56b49f4b8f6728b91d10c556c116175051b77b60
4 changes: 2 additions & 2 deletions trunk/include/linux/netlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@

#define MAX_LINKS 32

struct net;

struct sockaddr_nl {
sa_family_t nl_family; /* AF_NETLINK */
unsigned short nl_pad; /* zero */
Expand Down Expand Up @@ -151,6 +149,8 @@ struct nlattr {
#include <linux/capability.h>
#include <linux/skbuff.h>

struct net;

static inline struct nlmsghdr *nlmsg_hdr(const struct sk_buff *skb)
{
return (struct nlmsghdr *)skb->data;
Expand Down

0 comments on commit 8e448f0

Please sign in to comment.