FreeBSD Bugzilla – Attachment 7004 Details for
Bug 15472
bug in in_cksum_finalize
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 403 bytes, created by
Garrett A. Wollman
on 1999-12-13 21:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Garrett A. Wollman
Created:
1999-12-13 21:20:00 UTC
Size:
403 bytes
patch
obsolete
>Index: in_cksum.c >=================================================================== >RCS file: /home/cvs/src/sys/i386/i386/in_cksum.c,v >retrieving revision 1.16 >diff -u -r1.16 in_cksum.c >--- in_cksum.c 1999/08/28 00:43:44 1.16 >+++ in_cksum.c 1999/12/13 21:07:20 >@@ -411,5 +411,5 @@ > { > in_psum_t sum = psum; > REDUCE; >- return (sum & 0xffff); >+ return (~sum & 0xffff); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15472
: 7004