]> git.ipfire.org Git - thirdparty/rsync.git/commit
Avoid type-punned compiler warnings for the byteorder.h macros
authorWayne Davison <wayned@samba.org>
Wed, 14 Oct 2009 04:07:46 +0000 (21:07 -0700)
committerWayne Davison <wayned@samba.org>
Sun, 13 Dec 2009 01:24:29 +0000 (17:24 -0800)
commitae4d4205e329f4d4f396a1b7b1dfb50aee084c6e
tree9d366bd5de860048d7a2729d14f62b7dbaff5e0f
parent9523670032220d9159c03f3e0e27e5050a70aa07
Avoid type-punned compiler warnings for the byteorder.h macros
by using inline functions for the 4-char <-> uint32 conversions.
byteorder.h
checksum.c
hashtable.c
lib/md5.c