Re: sort(1) updates

2014-07-06 Thread Otto Moerbeek
On Sat, Jul 05, 2014 at 01:09:51PM -0400, Jared Yanovich wrote: On Wed, Jul 02, 2014 at 12:45:04PM -0400, Jared Yanovich wrote: Index: fsort.c If this patch is accepted it should include the NetBSD copyright I forgot to include. There's more to be done here, such as: $ { echo 0;

FSTAB usage in quotacheck

2014-07-06 Thread Martin Natano
FSTAB has been deprecated in favor of _PATH_FSTAB in 4.4BSD. It's time to let go of it. Below the diff I committed to Bitrig. cheers, natano Replace deprecated FSTAB with _PATH_FSTAB; no binary change. ok oga@ diff --git a/sbin/quotacheck/quotacheck.c b/sbin/quotacheck/quotacheck.c index