Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/netipsec
Module Name: src
Committed By: christos
Date: Sat Apr 15 22:01:57 UTC 2017
Modified Files:
src/sys/netipsec: xform_ah.c xform_esp.c xform_ipcomp.c xform_ipip.c
Log Message:
cosmetic fixes:
- __func__ in printfs
- no space after sizeof
- eliminate useless casts
- u_intX_t -> uintX_t
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/netipsec/xform_ah.c
cvs rdiff -u -r1.50 -r1.51 src/sys/netipsec/xform_esp.c
cvs rdiff -u -r1.33 -r1.34 src/sys/netipsec/xform_ipcomp.c
cvs rdiff -u -r1.44 -r1.45 src/sys/netipsec/xform_ipip.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