Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/netinet



Module Name:    src
Committed By:   riz
Date:           Fri May 18 21:48:44 UTC 2007

Modified Files:
        src/sys/netinet: tcp_input.c tcp_output.c

Log Message:
Fix compilation in the TCP_SIGNATURE case:

        - don't use void * for pointer arithmetic
        - don't try to modify const parameters

A kernel with 'options TCP_SIGNATURE' works as well as it ever did, now.
(ie, clunky, but passable)


To generate a diff of this commit:
cvs rdiff -r1.265 -r1.266 src/sys/netinet/tcp_input.c
cvs rdiff -r1.158 -r1.159 src/sys/netinet/tcp_output.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index