summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime/time32.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2002-06-17 01:42:33 +0000
committerwollman <wollman@FreeBSD.org>2002-06-17 01:42:33 +0000
commit0fce088cee476b60600f71d63c094206c3ea2b2c (patch)
tree411a745142198c858c96faddc0ee4851ce65f9de /lib/libc/stdtime/time32.c
parent87166b18b9764580f15c904fb3f8e4e7ef692b6a (diff)
downloadFreeBSD-src-0fce088cee476b60600f71d63c094206c3ea2b2c.zip
FreeBSD-src-0fce088cee476b60600f71d63c094206c3ea2b2c.tar.gz
Move dillon's time conversion functions to a new header <timeconv.h>.
Since they were never documented and have never appeared in a FreeBSD release, no repo-copy of the header is done. This removes namespace pollution from <time.h>.
Diffstat (limited to 'lib/libc/stdtime/time32.c')
-rw-r--r--lib/libc/stdtime/time32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdtime/time32.c b/lib/libc/stdtime/time32.c
index 9040fdc..e852a4f 100644
--- a/lib/libc/stdtime/time32.c
+++ b/lib/libc/stdtime/time32.c
@@ -15,7 +15,7 @@
__FBSDID("$FreeBSD$");
#include <sys/types.h>
-#include <sys/time.h>
+#include <timeconv.h>
/*
* Convert a 32 bit representation of time_t into time_t. XXX needs to
OpenPOWER on IntegriCloud