Use the real times returned by dkreadstat().
authorweingart <weingart@openbsd.org>
Thu, 17 Apr 1997 00:06:30 +0000 (00:06 +0000)
committerweingart <weingart@openbsd.org>
Thu, 17 Apr 1997 00:06:30 +0000 (00:06 +0000)
commitac708d7b9c6702f0bf9e486baf531d5348a28230
tree2848e6e72f013811b1bc5081f2b8e73dc86ff7ff
parente4981d265f22a8e4d5ac463fa27a6a9a3b699a8d
Use the real times returned by dkreadstat().

The use of FSHIFT and FSCALE need to be reviewed
in rpc.rstatd.  Does the protocol specify a value
for these, or are they system dependant?

Currently we pass the kernel values back unmodified,
which is not what the protocol specifies.  Check
sys/param.h and rpcsvc/rstat.x to see.
libexec/rpc.rstatd/rstat_proc.c