X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=compat%2Finclude%2Fcompatlfs.h;h=85c987fb932de2d8bb3f1049ffefe415f1d581e8;hb=5bf65105dbaf0bb3d6fb4ccb3d8790bda496d861;hp=fef642d86e80f87f0712aa0b3f036352365db092;hpb=95c74f382492999827000f544fcb6844150cda81;p=dump.git diff --git a/compat/include/compatlfs.h b/compat/include/compatlfs.h index fef642d..85c987f 100644 --- a/compat/include/compatlfs.h +++ b/compat/include/compatlfs.h @@ -1,9 +1,9 @@ /* * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit - * Stelian Pop - Alcôve , 2000 + * Stelian Pop - Alcôve , 2000-2002 * - * $Id: compatlfs.h,v 1.1 2001/04/27 15:22:47 stelian Exp $ + * $Id: compatlfs.h,v 1.3 2003/01/10 14:42:50 stelian Exp $ */ /*- @@ -52,6 +52,7 @@ #define STAT stat64 #define LSTAT lstat64 #define FTRUNCATE ftruncate64 +#define OFF_T __off64_t #else @@ -60,6 +61,7 @@ #define STAT stat #define LSTAT lstat #define FTRUNCATE ftruncate +#define OFF_T off_t #endif /* USE_LFS */