X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8686d3abba4c5b4baf443871cd19c673056a3392..bd685982389b78a158921b7839bdeca501338d19:/flist.c diff --git a/flist.c b/flist.c index 0758f896..7a6ab342 100644 --- a/flist.c +++ b/flist.c @@ -86,14 +86,6 @@ extern int filesfrom_convert; extern iconv_t ic_send, ic_recv; #endif -#ifdef HAVE_UTIMENSAT -#ifdef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC -#define ST_MTIME_NSEC st_mtim.tv_nsec -#elif defined(HAVE_STRUCT_STAT_ST_MTIMENSEC) -#define ST_MTIME_NSEC st_mtimensec -#endif -#endif - #define PTR_SIZE (sizeof (struct file_struct *)) int io_error;