Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41796
b: refs/heads/master
c: 72f17e1
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Dec 3, 2006
1 parent 0c83e7e commit f8a02cd
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: 5be291fe2d0d76681190589f6480ce1e28c2406b
refs/heads/master: 72f17e1c0984fbdb60abf245d81b947393910100
4 changes: 2 additions & 2 deletions trunk/include/net/sctp/tsnmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ struct sctp_tsnmap {
* every SACK. Store up to SCTP_MAX_DUP_TSNS worth of
* information.
*/
__u32 dup_tsns[SCTP_MAX_DUP_TSNS];
__be32 dup_tsns[SCTP_MAX_DUP_TSNS];
__u16 num_dup_tsns;

/* Record gap ack block information here. */
Expand Down Expand Up @@ -162,7 +162,7 @@ static inline __u16 sctp_tsnmap_num_dups(struct sctp_tsnmap *map)
}

/* Return pointer to duplicate tsn array as needed by SACK. */
static inline __u32 *sctp_tsnmap_get_dups(struct sctp_tsnmap *map)
static inline __be32 *sctp_tsnmap_get_dups(struct sctp_tsnmap *map)
{
map->num_dup_tsns = 0;
return map->dup_tsns;
Expand Down

0 comments on commit f8a02cd

Please sign in to comment.