From: Wayne Davison Date: Fri, 1 Oct 2004 06:58:23 +0000 (+0000) Subject: The device-handling code is no longer omitted based on HAVE_MKNOD X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/4f4b2f092728d305d82fb1ff7892796dc1487071?hp=4f4b2f092728d305d82fb1ff7892796dc1487071 The device-handling code is no longer omitted based on HAVE_MKNOD (this is because do_mknod() might be using a different function to handle fifos and sockets without the help of mknod(). ---