]> git.wh0rd.org - dump.git/blobdiff - compat/include/compatlfs.h
Relicensed dump/restore under the revised BSD license, as per ftp://ftp.cs.berkeley...
[dump.git] / compat / include / compatlfs.h
index fef642d86e80f87f0712aa0b3f036352365db092..7b95b873c57760fe1eec5ef6b4f13c5d39c0915c 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.4 2003/03/30 15:40:34 stelian Exp $
  */
 
 /*-
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *     This product includes software developed by the University of
- *     California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *
@@ -52,6 +48,7 @@
 #define STAT stat64
 #define LSTAT lstat64
 #define FTRUNCATE ftruncate64
+#define OFF_T __off64_t
 
 #else
 
@@ -60,6 +57,7 @@
 #define STAT stat
 #define LSTAT lstat
 #define FTRUNCATE ftruncate
+#define OFF_T off_t
 
 #endif /* USE_LFS */