From a787a8f5b81d1c2e5a8b4265a7fa9888fdceec82 Mon Sep 17 00:00:00 2001 From: Robert Spalek Date: Thu, 26 Oct 2006 20:03:32 -0700 Subject: [PATCH] separate the support of large files from using LFS versions of file functions --- lib/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config.h b/lib/config.h index a3c47389..6f24c6d5 100644 --- a/lib/config.h +++ b/lib/config.h @@ -37,7 +37,7 @@ typedef unsigned int sh_time_t; /* Timestamp */ #define NULL (void *)0 #endif -#ifdef CONFIG_LFS /* File positions */ +#ifdef CONFIG_LARGE_FILES /* File positions */ typedef s64 sh_off_t; #else typedef s32 sh_off_t; -- 2.39.5