Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36856
b: refs/heads/master
c: 4e7e0c7
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Sep 29, 2006
1 parent 35e41f5 commit e48e48d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 6b72977bd6c6fefc6497d4f0275079f539eaf0ac
refs/heads/master: 4e7e0c7592cafe5453e5b2f115fc0065d11b3d44
8 changes: 4 additions & 4 deletions trunk/include/linux/udp.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
#include <linux/types.h>

struct udphdr {
__u16 source;
__u16 dest;
__u16 len;
__u16 check;
__be16 source;
__be16 dest;
__be16 len;
__be16 check;
};

/* UDP socket options */
Expand Down

0 comments on commit e48e48d

Please sign in to comment.