Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53705
b: refs/heads/master
c: cf130cb
h: refs/heads/master
i:
  53703: e919bb5
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed May 5, 2007
1 parent f577ade commit bb0735a
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: af7cd373b01ccb8191dc16c77fff4cf2b11def50
refs/heads/master: cf130cb102487723bdfc53e4abde1227a7563797
4 changes: 2 additions & 2 deletions trunk/include/linux/netlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ struct sockaddr_nl
{
sa_family_t nl_family; /* AF_NETLINK */
unsigned short nl_pad; /* zero */
__u32 nl_pid; /* process pid */
__u32 nl_pid; /* port ID */
__u32 nl_groups; /* multicast groups mask */
};

Expand All @@ -41,7 +41,7 @@ struct nlmsghdr
__u16 nlmsg_type; /* Message content */
__u16 nlmsg_flags; /* Additional flags */
__u32 nlmsg_seq; /* Sequence number */
__u32 nlmsg_pid; /* Sending process PID */
__u32 nlmsg_pid; /* Sending process port ID */
};

/* Flags values */
Expand Down

0 comments on commit bb0735a

Please sign in to comment.