From 50ef79ad104a8bd26fb21504c13f7e4866824098 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 27 Jun 2020 12:41:21 +0100 Subject: Build: separate guard for futimens() Darwin does not have the data element we manipulate with futimens() --- src/OS/os.h-OpenBSD | 1 + 1 file changed, 1 insertion(+) (limited to 'src/OS/os.h-OpenBSD') diff --git a/src/OS/os.h-OpenBSD b/src/OS/os.h-OpenBSD index dc5dc0233..f599c09e4 100644 --- a/src/OS/os.h-OpenBSD +++ b/src/OS/os.h-OpenBSD @@ -8,6 +8,7 @@ #define HAVE_SYS_MOUNT_H #define SIOCGIFCONF_GIVES_ADDR #define EXIM_HAVE_OPENAT +#define EXIM_HAVE_FUTIMENS #define HAVE_ARC4RANDOM /* In May 2014, OpenBSD 5.5 was released which cleaned up the arc4random_* API which removed the arc4random_stir() function. Set NOT_HAVE_ARC4RANDOM_STIR -- cgit v1.2.3