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

src/config/param.i386_linux24.h

index fc27e3cf6def16e55eff145c7a55f2f172db16e2..c738a1b9cfd029f669d00d4131ed5d39b5623b81 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