git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1a2fa8b
)
linux-largefile-defns-20030724
author
Derrick Brashear
<shadow@dementia.org>
Fri, 25 Jul 2003 05:30:31 +0000 (
05:30
+0000)
committer
Derrick 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
patch
|
blob
|
history
diff --git
a/src/config/param.i386_linux24.h
b/src/config/param.i386_linux24.h
index
fc27e3c
..
c738a1b
100644
(file)
--- a/
src/config/param.i386_linux24.h
+++ b/
src/config/param.i386_linux24.h
@@
-73,6
+73,13
@@
#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