From: Bruno Haible Date: Sun, 7 Feb 2010 23:44:42 +0000 (+0100) Subject: fnctl: Fix missing dependency. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ee7a74c9b2d1d4fff629872ec5e33c04b618ecb;p=pspp fnctl: Fix missing dependency. --- diff --git a/ChangeLog b/ChangeLog index 4f4ffb13a9..c02b3b9936 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-02-07 Bruno Haible + + fnctl: Fix missing dependency. + * modules/fcntl (Depends-on): Add getdtablesize. + Reported by John W. Eaton . + 2010-02-05 Sergey Poznyakoff Argp: fix recognition of short alias options. diff --git a/modules/fcntl b/modules/fcntl index 67f67f9faa..addd6ba131 100644 --- a/modules/fcntl +++ b/modules/fcntl @@ -8,6 +8,7 @@ lib/fcntl.c Depends-on: dup2 fcntl-h +getdtablesize extensions configure.ac: