Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / src / src / exim_lock.c
index 068216816054e832085d9cb035daa8ae50f12ba8..dbdd971297583fc26daf6aca9e20fc6167742a26 100644 (file)
@@ -87,7 +87,6 @@ the other stuff in os.c, so force the other macros to omit it. */
 static void
 sigalrm_handler(int sig)
 {
-sig = sig;      /* Keep picky compilers happy */
 sigalrm_seen = TRUE;
 }
 
@@ -584,7 +583,7 @@ else
 if (restore_times)
   {
   struct stat strestore;
-#ifdef EXIM_HAVE_OPENAT
+#ifdef EXIM_HAVE_FUTIMENS
   int fd = open(filename, O_RDWR); /* use fd for both get & restore */
   struct timespec tt[2];