X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/63ecee4d1ae76134d3ebd6272d2157f059b2cab6..25ff04417e4b4fa0aeb44e0b1576a01021aa1650:/flist.c diff --git a/flist.c b/flist.c index bd114323..bc247a88 100644 --- a/flist.c +++ b/flist.c @@ -925,7 +925,7 @@ skip_filters: memcpy(bp, basename, basename_len); bp += basename_len; -#ifdef HAVE_STRUCT_STAT_ST_RDEV +#if HAVE_STRUCT_STAT_ST_RDEV if (preserve_devices && IS_DEVICE(st.st_mode)) file->u.rdev = st.st_rdev; #endif