From: Wayne Davison Date: Sun, 17 Dec 2006 00:40:24 +0000 (+0000) Subject: - Got rid of "struct idev". X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/bd6edd3fa26dde8d134edb0166665c12082dd9a6?hp=bd6edd3fa26dde8d134edb0166665c12082dd9a6 - Got rid of "struct idev". - Use just the 32-bit numbers in the file_extras union. - Re-ordered the items in the file_struct to avoid padding on systems with 64-bit pointers. - Got rid of the "dir" union in the file_struct, making the two items into "extras": F_DEPTH() for the receiving side, and F_ROOTDIR() for the sending side. - Added PTR_EXTRA_LEN define. - Got rid of F_HL_IDEV() define. ---