From 15ebab7616e1ab4f919f481d986baa19e3f99006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 23 May 2008 00:11:07 +0000 Subject: [PATCH] *pathconf() need to call statvfs() to be more correct, but the kernel doesn't have it. Remove conf.c for now, it's likely not needed anyway. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25624 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/kernel/lib/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/kernel/lib/Jamfile b/src/system/kernel/lib/Jamfile index 49f0a2f07e..7d80284b64 100644 --- a/src/system/kernel/lib/Jamfile +++ b/src/system/kernel/lib/Jamfile @@ -68,7 +68,7 @@ KernelMergeObject kernel_lib_posix.o : access.c chown.c close.c - conf.c + #conf.c directory.c dup.c fcntl.c