[Exim] 64bit solaris and kstat - problem?

Pàgina inicial
Delete this message
Reply to this message
Autor: pkelly
Data:  
A: exim-users
Assumptes nous: Re: [Exim] 64bit solaris and kstat - problem?
Assumpte: [Exim] 64bit solaris and kstat - problem?
hi,
the definition of LOAD_AVG_FIELD in OS/os.h-SunOS5.h (exim4.04) is:

#define LOAD_AVG_FIELD          value.ul


but this fails on a 64bit solaris machine im using, changing it to:

#define LOAD_AVG_FIELD          value.ui32


seems to fix the problem, ive successfully tested the change with solaris
2.6. (32bit ultra1) and 2.8. (64bit ultra80)


Paul

pkelly@???
http://www.vianetworks.co.uk