summaryrefslogtreecommitdiff
path: root/libc/misc/statfs
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-09-14 19:00:07 +0000
committerEric Andersen <andersen@codepoet.org>2002-09-14 19:00:07 +0000
commitdb7e48ff676fc49cba100f903537981e43b4a326 (patch)
tree9c4e7ebc62fd3990247ec1a3dfed1cd81f058e40 /libc/misc/statfs
parent7e69da0c162ef100291bb3fd08943b0f24e70729 (diff)
Fix a thinko -- I used the wrong symbol to check for LFS support.
-Erik
Diffstat (limited to 'libc/misc/statfs')
-rw-r--r--libc/misc/statfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/statfs/Makefile b/libc/misc/statfs/Makefile
index 4da855b28..e8fcf21e4 100644
--- a/libc/misc/statfs/Makefile
+++ b/libc/misc/statfs/Makefile
@@ -22,7 +22,7 @@
TOPDIR=../../../
include $(TOPDIR)Rules.mak
-ifeq ($(strip $(__UCLIBC_HAVE_LFS__)),true)
+ifeq ($(strip $(DOLFS)),true)
CSRC = fstatfs64.c statfs64.c statvfs.c statvfs64.c fstatvfs.c fstatvfs64.c
else
CSRC = statvfs.c fstatvfs.c