Index: kdebase/ksysguard/ksysguardd/Solaris/ProcessList.c =================================================================== RCS file: /home/kde/kdebase/ksysguard/ksysguardd/Solaris/ProcessList.c,v retrieving revision 1.11 diff -u -3 -p -r1.11 ProcessList.c --- kdebase/ksysguard/ksysguardd/Solaris/ProcessList.c 24 Feb 2004 11:30:18 -0000 1.11 +++ kdebase/ksysguard/ksysguardd/Solaris/ProcessList.c 19 Oct 2004 21:56:52 -0000 @@ -20,6 +20,13 @@ */ +/* Stop from crapping out on 32-bit architectures. */ + +#if !defined(_LP64) && _FILE_OFFSET_BITS == 64 +# undef _FILE_OFFSET_BITS +# define _FILE_OFFSET_BITS 32 +#endif + #include #include #include