summaryrefslogtreecommitdiffstats
path: root/usr.sbin/makefs
diff options
context:
space:
mode:
authormckusick <mckusick@FreeBSD.org>2011-01-24 06:17:05 +0000
committermckusick <mckusick@FreeBSD.org>2011-01-24 06:17:05 +0000
commit242bd272d90e3db273117961eb0699de91f42249 (patch)
tree745a3d9e1c16eed61f71f5c30e0dd0e1c250c1e8 /usr.sbin/makefs
parent3a6671bf9c39bc269e02df39ab55da355744bf4f (diff)
downloadFreeBSD-src-242bd272d90e3db273117961eb0699de91f42249.zip
FreeBSD-src-242bd272d90e3db273117961eb0699de91f42249.tar.gz
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
Diffstat (limited to 'usr.sbin/makefs')
-rw-r--r--usr.sbin/makefs/ffs.c1
-rw-r--r--usr.sbin/makefs/makefs.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/makefs/ffs.c b/usr.sbin/makefs/ffs.c
index 4f3fded..a3c9d68 100644
--- a/usr.sbin/makefs/ffs.c
+++ b/usr.sbin/makefs/ffs.c
@@ -80,6 +80,7 @@ __FBSDID("$FreeBSD$");
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include <unistd.h>
#include "makefs.h"
diff --git a/usr.sbin/makefs/makefs.c b/usr.sbin/makefs/makefs.c
index f2420b6..60b6916 100644
--- a/usr.sbin/makefs/makefs.c
+++ b/usr.sbin/makefs/makefs.c
@@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$");
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include <unistd.h>
#include "makefs.h"
OpenPOWER on IntegriCloud