From f7a47e14b6f9820381bb4379c9db67bc46ba5633 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Wed, 30 Jul 2003 17:13:49 +0000 Subject: [PATCH] Import OpenAFS 1.2.10. --- src/config/param.i386_linux24.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/config/param.i386_linux24.h b/src/config/param.i386_linux24.h index b6018605e..b4a1a5125 100644 --- a/src/config/param.i386_linux24.h +++ b/src/config/param.i386_linux24.h @@ -68,6 +68,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 -- 2.39.5