Fixed Solaris compilation errors
authorCosmin Ioiart <cioiart+dev@gmail.com>
Mon, 19 Mar 2012 09:56:03 +0000 (10:56 +0100)
committerCosmin Ioiart <cioiart+dev@gmail.com>
Mon, 19 Mar 2012 09:56:03 +0000 (10:56 +0100)
commitc591ba1d3171d08d194eeb6ea3540ff696a3392b
treedb0c8ebdec2274e800c11faf39dd888fcd90c69a
parent4b84930102ea1991190cb783e1ebc32177684816
Fixed Solaris compilation errors

The value returned by get_kstat_value is of type long long whereas values is a union. Fixed the code so that the value gets assigned to one of the union members, in this case counter.
src/nfs.c