From: Wayne Davison Date: Mon, 12 Apr 2004 16:52:40 +0000 (+0000) Subject: - Use dev_t instead of DEV64_T. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/9c5e91f8484a4815d589d3fa81777c59559bc2dd?hp=9c5e91f8484a4815d589d3fa81777c59559bc2dd - Use dev_t instead of DEV64_T. - Changed rdev_high to rdev_major. - Use major(), minor(), and makedev() to manipulate device numbers. - Send the major and minor values separately in protocol 28 and beyond. ---