On Tue, Oct 19, 2004 at 11:09:20PM -0400, steleman@nyc.rr.com wrote: > This is only true for Solaris x86 which currently has no 64-bit support. > It is not true for Solaris SPARC. The patches should be #ifdef'd for Solaris > x86. > > --Stefan I do not believe the above to be accurate. [clayne@build01-sol8-sparc ~]$ uname -a SunOS build01-sol8-sparc.corp.tellme.com 5.8 Generic_108528-22 sun4u sparc SUNW,UltraSPARC-IIi-cEngine [clayne@build01-sol8-sparc ~]$ egrep 'OFFSET_BITS|large files' /usr/include/sys/swap.h #if !defined(_LP64) && _FILE_OFFSET_BITS == 64 #error "Cannot use swapctl in the large files compilation environment" [clayne@sparc-hatch01 ~]$ uname -a SunOS sparc-hatch01.dev.villa.tellme.com 5.8 Generic_108528-17 sun4u sparc SUNW,UltraAX-i2 [clayne@sparc-hatch01 ~]$ egrep 'OFFSET_BITS|large files' /usr/include/sys/swap.h #if !defined(_LP64) && _FILE_OFFSET_BITS == 64 #error "Cannot use swapctl in the large files compilation environment" ___________________________________________________ This message is from the kde-solaris mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde-solaris. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.