From 2731158cdeaa085358061f3d29c8242aafe0eb17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 21 Feb 2008 22:51:19 +0000 Subject: [PATCH] tentative at fixing bug #1776 lchown replacement was using rpl_chown too (could not understand how this works) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24053 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/coreutils/lib/Jamfile | 2 +- src/bin/coreutils/lib/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/coreutils/lib/Jamfile b/src/bin/coreutils/lib/Jamfile index 6efb5a7c49..763c13140e 100644 --- a/src/bin/coreutils/lib/Jamfile +++ b/src/bin/coreutils/lib/Jamfile @@ -87,7 +87,7 @@ StaticLibrary libfetish.a : imaxtostr.c inet_ntop.c isapipe.c - lchown.c +# lchown.c linebuffer.c localcharset.c long-options.c diff --git a/src/bin/coreutils/lib/config.h b/src/bin/coreutils/lib/config.h index 6e565bcbdd..ffbd6c3e2d 100644 --- a/src/bin/coreutils/lib/config.h +++ b/src/bin/coreutils/lib/config.h @@ -722,7 +722,7 @@ /* #undef HAVE_LCHMOD */ /* Define to 1 if you have the `lchown' function. */ -/* #undef HAVE_LCHOWN */ +#define HAVE_LCHOWN 1 /* Define to 1 if you have the `dgc' library (-ldgc). */ /* #undef HAVE_LIBDGC */