Don't check aq64_minfree which is unsigned for negative values.
This fixes a tautological comparison warning.
pjg@ moved this comparison down in an earlier revision, but that doesn't
fix the warning. The commit message from that revision mentioned keeping
the comparison for compat with other systems, but there was no reviewed
by, so it isn't clear if that was a hypothetical case or a real one.