From 1e45c6bafc8419930958103cc1651ff86cf5d84d Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Fri, 20 Jul 2007 03:25:21 +0000 Subject: various bug fixes. svn path=/trunk/; revision=8186 --- pd/src/s_path.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pd/src/s_path.c') diff --git a/pd/src/s_path.c b/pd/src/s_path.c index 14620eac..97591d4c 100644 --- a/pd/src/s_path.c +++ b/pd/src/s_path.c @@ -30,6 +30,13 @@ #include #include +#ifdef _LARGEFILE64_SOURCE +# define open open64 +# define lseek lseek64 +# define fstat fstat64 +# define stat stat64 +#endif + t_namelist *sys_externlist; t_namelist *sys_searchpath; t_namelist *sys_helppath; -- cgit v1.2.1