X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/31b4d25d103c1b9b8621d49becc7ee6c65446eda..e95538ca2c8fdecd66a112635aa30077419af685:/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