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: christos
Date: Sun May 29 21:41:23 UTC 2005
Modified Files:
src/sys/netinet: in_gif.c in_pcb.c ip6.h ip_output.c tcp_input.c
tcp_output.c tcp_subr.c tcp_usrreq.c tcp_var.h
Log Message:
- add const
- remove bogus casts
- avoid nested variables
To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 src/sys/netinet/in_gif.c
cvs rdiff -r1.99 -r1.100 src/sys/netinet/in_pcb.c
cvs rdiff -r1.18 -r1.19 src/sys/netinet/ip6.h
cvs rdiff -r1.152 -r1.153 src/sys/netinet/ip_output.c
cvs rdiff -r1.227 -r1.228 src/sys/netinet/tcp_input.c
cvs rdiff -r1.134 -r1.135 src/sys/netinet/tcp_output.c
cvs rdiff -r1.190 -r1.191 src/sys/netinet/tcp_subr.c
cvs rdiff -r1.103 -r1.104 src/sys/netinet/tcp_usrreq.c
cvs rdiff -r1.125 -r1.126 src/sys/netinet/tcp_var.h
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