From f52ffc8ee8b3ad7ac0a0bbac8ba53007c6ba2586 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 3 Jan 2007 09:19:44 +0000 Subject: [PATCH] * modules/lchmod (Include): Require lchmod.h, not lchown.h. --- ChangeLog | 4 ++++ modules/lchmod | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6d21d344ce..4efeed4933 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 78d7829e27..63b4cf6e30 100644 --- a/modules/lchmod +++ b/modules/lchmod @@ -13,7 +13,7 @@ gl_FUNC_LCHMOD Makefile.am: Include: -"lchown.h" +"lchmod.h" License: GPL -- 2.30.2