opnsense-src/sbin/newfs
Kirk McKusick 7649cb0043 The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities
include sys/time.h instead of time.h. This include is incorrect as
per the manpages for the APIs and the POSIX definitions. This commit
replaces sys/time.h where necessary with time.h.

The commit also includes some minor style(9) header fixup in newfs.

This commit is part of a larger effort by Garrett Cooper started in
//depot/user/gcooper/posix-conformance-work/ -- to make FreeBSD more
POSIX compliant.

Submitted by:  Garrett Cooper   yanegomi at gmail dot com
2011-01-24 06:17:05 +00:00
..
Makefile Use expand_number(3) from libutil instead of home-grown function to parse 2010-03-03 19:25:28 +00:00
mkfs.c The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities 2011-01-24 06:17:05 +00:00
newfs.8 Add support for FS_TRIM to user-mode UFS utilities. 2010-12-29 12:31:18 +00:00
newfs.c Add support for FS_TRIM to user-mode UFS utilities. 2010-12-29 12:31:18 +00:00
newfs.h Add support for FS_TRIM to user-mode UFS utilities. 2010-12-29 12:31:18 +00:00
ref.test Fix the -R flag so that it provides sequential "random" numbers 2003-02-22 23:26:11 +00:00
runtest00.sh Add the undocumented -R option to disable randomness for regression-testing. 2002-03-19 21:05:29 +00:00
runtest01.sh Add the undocumented -R option to disable randomness for regression-testing. 2002-03-19 21:05:29 +00:00