1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 10:39:01 +02:00
This commit is contained in:
Jim Meyering
1997-01-18 20:08:05 +00:00
parent 6cb5a99aa7
commit 10d7644859
+5
View File
@@ -1,5 +1,10 @@
Sat Jan 18 09:32:26 1997 Jim Meyering <meyering@na-net.ornl.gov>
* lib/getdate.h: New file.
* src/date.c: Include getdate.h.
(<time.h>, <sys/time.h>): Don't include -- now getdate.h does it.
(get_date): Don't declare. getdate.h does it.
* lib/Makefile.am (noinst_HEADERS): Add getdate.h.
1997-01-06 Paul Eggert <eggert@twinsun.com>