diff options
author | wollman <wollman@FreeBSD.org> | 2002-06-17 01:42:33 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2002-06-17 01:42:33 +0000 |
commit | 0fce088cee476b60600f71d63c094206c3ea2b2c (patch) | |
tree | 411a745142198c858c96faddc0ee4851ce65f9de /include/Makefile | |
parent | 87166b18b9764580f15c904fb3f8e4e7ef692b6a (diff) | |
download | FreeBSD-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 'include/Makefile')
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 234cbd8..54e71bb 100644 --- a/include/Makefile +++ b/include/Makefile @@ -20,8 +20,8 @@ INCS= a.out.h ar.h assert.h bitstring.h complex.h ctype.h db.h \ ranlib.h readpassphrase.h regex.h regexp.h resolv.h rune.h runetype.h \ search.h setjmp.h sgtty.h \ signal.h stab.h stdbool.h stddef.h stdio.h stdlib.h strhash.h \ - string.h stringlist.h strings.h sysexits.h tar.h time.h timers.h \ - ttyent.h unistd.h utime.h utmp.h vis.h wchar.h wctype.h + string.h stringlist.h strings.h sysexits.h tar.h time.h timeconv.h \ + timers.h ttyent.h unistd.h utime.h utmp.h vis.h wchar.h wctype.h MHDRS= float.h floatingpoint.h stdarg.h varargs.h |