]> mj.ucw.cz Git - libucw.git/commitdiff
separate the support of large files from using LFS versions of file functions
authorRobert Spalek <robert@ucw.cz>
Fri, 27 Oct 2006 03:03:32 +0000 (20:03 -0700)
committerRobert Spalek <robert@ucw.cz>
Fri, 27 Oct 2006 03:03:32 +0000 (20:03 -0700)
lib/config.h

index a3c473896793a7f15438a46da908d0ec99f1be15..6f24c6d57253f2f65da05c2d4237f5edbe8ef838 100644 (file)
@@ -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;