From 0fce088cee476b60600f71d63c094206c3ea2b2c Mon Sep 17 00:00:00 2001 From: wollman Date: Mon, 17 Jun 2002 01:42:33 +0000 Subject: Move dillon's time conversion functions to a new header . 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 . --- include/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/Makefile') 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 -- cgit v1.1