Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167531
b: refs/heads/master
c: 5fdb997
h: refs/heads/master
i:
  167529: 72ddbd6
  167527: 61c9960
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Oct 12, 2009
1 parent cdd9b42 commit 3ff53b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 53f7e35f8b7fc2f5620a863ac613bcf3080cb6ba
refs/heads/master: 5fdb9973c10c2d2e046da0976782ece25e78dc8b
10 changes: 5 additions & 5 deletions trunk/include/net/sock.h
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,12 @@ struct sock {
#define sk_prot __sk_common.skc_prot
#define sk_net __sk_common.skc_net
kmemcheck_bitfield_begin(flags);
unsigned char sk_shutdown : 2,
sk_no_check : 2,
sk_userlocks : 4;
unsigned int sk_shutdown : 2,
sk_no_check : 2,
sk_userlocks : 4,
sk_protocol : 8,
sk_type : 16;
kmemcheck_bitfield_end(flags);
unsigned char sk_protocol;
unsigned short sk_type;
int sk_rcvbuf;
socket_lock_t sk_lock;
/*
Expand Down

0 comments on commit 3ff53b3

Please sign in to comment.