Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353817
b: refs/heads/master
c: edb9ebb
h: refs/heads/master
i:
  353815: 1ea1be9
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent 3c00421 commit 2e9bc60
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: 963fa3e62969e59c66875091710b5ea4ac68b065
refs/heads/master: edb9ebb098e1f60ba1575ba171189ca38c039805
4 changes: 2 additions & 2 deletions trunk/drivers/staging/bcm/Protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ typedef enum _E_SERVICEFLOW_CS_SPEC_ {
typedef struct _TCP_HEADER {
unsigned short usSrcPort;
unsigned short usDestPort;
ULONG ulSeqNumber;
ULONG ulAckNumber;
unsigned long ulSeqNumber;
unsigned long ulAckNumber;
UCHAR HeaderLength;
UCHAR ucFlags;
unsigned short usWindowsSize;
Expand Down

0 comments on commit 2e9bc60

Please sign in to comment.