summaryrefslogtreecommitdiff
path: root/rsync.h
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2022-10-16 10:28:58 -0700
committerWayne Davison <wayne@opencoder.net>2022-10-16 10:28:58 -0700
commit025596757ccd21226b3306b11cc7c8d94b6f7a6f (patch)
tree60ef5faf9b6c9e738fdae0d1c8d29c0de62d1c5f /rsync.h
parent449d9bf950d0c408d93263a545b1d0e9e48bf14b (diff)
downloadrsync-025596757ccd21226b3306b11cc7c8d94b6f7a6f.tar.gz
Silence autoconf warnings.
Diffstat (limited to 'rsync.h')
-rw-r--r--rsync.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/rsync.h b/rsync.h
index 2c5e5376..d3709fe0 100644
--- a/rsync.h
+++ b/rsync.h
@@ -366,16 +366,10 @@ enum delret {
#include <sys/socket.h>
#endif
-#ifdef TIME_WITH_SYS_TIME
-#include <sys/time.h>
-#include <time.h>
-#else
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
-#else
-#include <time.h>
-#endif
#endif
+#include <time.h>
#ifdef HAVE_FCNTL_H
#include <fcntl.h>