From 8b8f7749cea02443d1d99ff72dc2168784932a6f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 2 Dec 2006 09:18:36 +0000 Subject: [PATCH] * modules/savewd (Depends-on): Add fcntl_h to avoid self-test build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW. Reported by Simon Josefsson. --- ChangeLog | 6 ++++++ modules/savewd | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 15a8b76909..7888f38ecd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-12-01 Jim Meyering + + * modules/savewd (Depends-on): Add fcntl_h to avoid self-test + build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW. + Reported by Simon Josefsson. + 2006-11-30 Jim Meyering * m4/warning.m4: Use the all-permissive copyright notice diff --git a/modules/savewd b/modules/savewd index 1ea107c408..eeb743fc37 100644 --- a/modules/savewd +++ b/modules/savewd @@ -10,6 +10,7 @@ Depends-on: dirname exit fcntl-safer +fcntl_h raise stdbool xalloc -- 2.30.2