From: Jim Meyering Date: Wed, 3 Jan 2007 09:19:44 +0000 (+0000) Subject: * modules/lchmod (Include): Require lchmod.h, not lchown.h. X-Git-Tag: cvs-readonly~1443 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=f52ffc8ee8b3ad7ac0a0bbac8ba53007c6ba2586;p=gnulib.git * modules/lchmod (Include): Require lchmod.h, not lchown.h. --- diff --git a/ChangeLog b/ChangeLog index 6d21d344c..4efeed493 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-01-01 Bruno Haible + + * modules/lchmod (Include): Require lchmod.h, not lchown.h. + 2007-01-03 Jim Meyering * modules/fts-lgpl (Depends-on): Add i-ring. Reported by Bruno Haible. diff --git a/modules/lchmod b/modules/lchmod index 78d7829e2..63b4cf6e3 100644 --- a/modules/lchmod +++ b/modules/lchmod @@ -13,7 +13,7 @@ gl_FUNC_LCHMOD Makefile.am: Include: -"lchown.h" +"lchmod.h" License: GPL