From: Jim Meyering Date: Sat, 2 Dec 2006 09:18:36 +0000 (+0000) Subject: * modules/savewd (Depends-on): Add fcntl_h to avoid self-test X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b8f7749cea02443d1d99ff72dc2168784932a6f;hp=22be6a723b0822174c0748bf910217efd0700307;p=pspp * 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. --- 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