Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/dm
Module Name: src
Committed By: tkusumi
Date: Sat Dec 14 10:49:30 UTC 2019
Modified Files:
src/sys/dev/dm: device-mapper.c dm_dev.c dm_table.c dm_target.c
Log Message:
dm: Remove void casts of function calls
Use of void casts in dm is not consistent, just get rid of them.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/dev/dm/device-mapper.c
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/dm/dm_dev.c
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/dm/dm_table.c
cvs rdiff -u -r1.27 -r1.28 src/sys/dev/dm/dm_target.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