--- /projects/sise/openoffice/devel/workpits/641-gcc-debug/source/store/source/fileunx.cxx Tue Jul 17 01:18:28 2001 +++ store/source/fileunx.cxx Tue Nov 27 09:54:43 2001 @@ -113,7 +113,7 @@ { return (sal_uInt32)::getpagesize(); } -#elif defined(SOLARIS) +#elif defined(SOLARIS) || defined(IRIX) inline sal_uInt32 __store_malign (void) { return (sal_uInt32)::sysconf (_SC_PAGESIZE);