Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368692
b: refs/heads/master
c: a88b9ce
h: refs/heads/master
v: v3
  • Loading branch information
Hong zhi guo authored and David S. Miller committed Mar 26, 2013
1 parent 1103e0b commit b142bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 03c9d7ab180ee17c851378ecd3562147f933e48d
refs/heads/master: a88b9ce5ad4fc633b159b37d3ed8af60a4008fbc
2 changes: 1 addition & 1 deletion trunk/include/uapi/linux/netlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ struct nlmsghdr {
#define NLMSG_ALIGNTO 4U
#define NLMSG_ALIGN(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
#define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
#define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
#define NLMSG_LENGTH(len) ((len) + NLMSG_HDRLEN)
#define NLMSG_SPACE(len) NLMSG_ALIGN(NLMSG_LENGTH(len))
#define NLMSG_DATA(nlh) ((void*)(((char*)nlh) + NLMSG_LENGTH(0)))
#define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \
Expand Down

0 comments on commit b142bc9

Please sign in to comment.