K 10 svn:author V 3 mux K 8 svn:date V 27 2004-04-12T13:02:21.000000Z K 7 svn:log V 304 Don't send the available space as is in the FSSTAT call. Under FreeBSD, we can have a negative available space value, but the corresponding fields in the NFS protocol are unsigned. So trnucate the value to 0 if it's negative, so that the client doesn't receive absurdly high values. Tested by: cognet END