]> git.wh0rd.org - dump.git/blobdiff - compat/include/compatlfs.h
Largefile version of seek in rmt.
[dump.git] / compat / include / compatlfs.h
index fef642d86e80f87f0712aa0b3f036352365db092..85c987fb932de2d8bb3f1049ffefe415f1d581e8 100644 (file)
@@ -1,9 +1,9 @@
 /*
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 */