Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104487
b: refs/heads/master
c: 07a7c10
h: refs/heads/master
i:
  104485: 5ab7bf9
  104483: 6d8b695
  104479: 8654849
v: v3
  • Loading branch information
Krzysztof Piotr Oledzki authored and David S. Miller committed Jul 21, 2008
1 parent 63b7aa7 commit 84bf11d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0dbff689c2f299e8f63911247925f2728d087688
refs/heads/master: 07a7c1070ed382ad4562e3a0d453fd2001d92f7b
3 changes: 3 additions & 0 deletions trunk/include/net/netlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,9 @@ static inline int nla_put_msecs(struct sk_buff *skb, int attrtype,
#define NLA_PUT_U64(skb, attrtype, value) \
NLA_PUT_TYPE(skb, u64, attrtype, value)

#define NLA_PUT_BE64(skb, attrtype, value) \
NLA_PUT_TYPE(skb, __be64, attrtype, value)

#define NLA_PUT_STRING(skb, attrtype, value) \
NLA_PUT(skb, attrtype, strlen(value) + 1, value)

Expand Down

0 comments on commit 84bf11d

Please sign in to comment.