[Orca-users] Re: New NFS data not working

Paul Haldane Paul.Haldane at newcastle.ac.uk
Wed Mar 15 04:21:41 PST 2000


From: Paul Haldane <Paul.Haldane at newcastle.ac.uk>


Thanks to Rich Pettit.  He's found the problem in the Symbel distribution.

Edit /opt/RICHPse/include/kstat.se and change the line near the top of the
file from

#ifdef MINOR_VERSION >= 70
# define rfs_counter_t uint64_t
#else
# define rfs_counter_t uint32_t
#endif

to

#if MINOR_VERSION >= 70
# define rfs_counter_t uint64_t
#else
# define rfs_counter_t uint32_t
#endif

(ie just change the #ifdef to #if)

Now works on 2.6 as well as 7.

Paul
-- 
Paul Haldane
Computing Service
University of Newcastle






------------------------------------------------------------------------
You have a voice mail message waiting for you at iHello.com:
http://click.egroups.com/1/2377/5/_/_/_/953122906/
------------------------------------------------------------------------




More information about the Orca-users mailing list