1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-30 17:18:21 +03:00
lvm2/daemons
Zdenek Kabelac d80f8cf41b Fix clang warning for ntohl(*((uint32_t *)buf))
We cast (char*) to (uint32_t*) that changes alignment requierements.
For our case the code has been correct as alloca() returns properly
aligned buffer, however this patch make it cleaner and more readable
and avoids warning generation.
2010-10-25 11:57:06 +00:00
..
clvmd Revert some debug statements that slipped in with last checkin. 2010-10-20 14:51:18 +00:00
cmirrord This patch fixes an issue where cluster mirror write I/O 2010-08-30 18:37:42 +00:00
dmeventd Fix clang warning for ntohl(*((uint32_t *)buf)) 2010-10-25 11:57:06 +00:00
Makefile.in Use vpath instead of VPATH. 2010-04-09 21:34:25 +00:00