]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-linux-largefile-defns-20030724
authorDerrick Brashear <shadow@dementia.org>
Fri, 25 Jul 2003 05:30:49 +0000 (05:30 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 25 Jul 2003 05:30:49 +0000 (05:30 +0000)
make usd library able to write large files on i386 linux

(cherry picked from commit 26891bbac0e4aea5402bf44651d284194d503270)

src/config/param.i386_linux24.h

index b6018605eb444c9bf518454dfe82738522286b0b..b4a1a51250854265f2d53245a3b1d1c59d1cd75d 100644 (file)
 #endif
 #endif /* KERNEL */
 
+#ifndef KERNEL
+#define __USE_LARGEFILE64 1
+#if !defined off64_t
+#define off64_t __off64_t
+#endif
+#endif
+
 /* Machine / Operating system information */
 #define SYS_NAME       "i386_linux24"
 #define SYS_NAME_ID    SYS_NAME_ID_i386_linux24