From: Wayne Davison Date: Mon, 9 Oct 2006 02:57:04 +0000 (+0000) Subject: Added link_dest_used unsigned short to struct hlink and made the X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/44885a398f507d9202bd5b9bb72c1d5993aea67c?hp=44885a398f507d9202bd5b9bb72c1d5993aea67c Added link_dest_used unsigned short to struct hlink and made the other values explicitly 32-bit so that the total size can't be larger than the other struct we're in a union with. ---