Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72621
b: refs/heads/master
c: d84d64d
h: refs/heads/master
i:
  72619: 51c5bd6
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Oct 26, 2007
1 parent 8ec96db commit 4d58f95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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: 39296ed6699df34fdfbf1b14281c07321a079a3d
refs/heads/master: d84d64dcb3b54c900113f8dcd1240205ae164922
1 change: 0 additions & 1 deletion trunk/include/net/sctp/sctp.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ int sctp_primitive_ASCONF(struct sctp_association *, void *arg);
__u32 sctp_start_cksum(__u8 *ptr, __u16 count);
__u32 sctp_update_cksum(__u8 *ptr, __u16 count, __u32 cksum);
__u32 sctp_end_cksum(__u32 cksum);
__u32 sctp_update_copy_cksum(__u8 *, __u8 *, __u16 count, __u32 cksum);

/*
* sctp/input.c
Expand Down
2 changes: 2 additions & 0 deletions trunk/net/sctp/crc32c.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ __u32 sctp_update_cksum(__u8 *buffer, __u16 length, __u32 crc32)
return crc32;
}

#if 0
__u32 sctp_update_copy_cksum(__u8 *to, __u8 *from, __u16 length, __u32 crc32)
{
__u32 i;
Expand All @@ -186,6 +187,7 @@ __u32 sctp_update_copy_cksum(__u8 *to, __u8 *from, __u16 length, __u32 crc32)

return crc32;
}
#endif /* 0 */

__u32 sctp_end_cksum(__u32 crc32)
{
Expand Down

0 comments on commit 4d58f95

Please sign in to comment.