1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

s/get-date.h/getdate.h/

This commit is contained in:
Jim Meyering
1998-03-14 16:31:51 +00:00
parent d84a21ea2d
commit 7024c7d55c
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ libfu_a_DEPENDENCIES = $(libfu_a_LIBADD)
noinst_HEADERS = argmatch.h backupfile.h closeout.h \
error.h exclude.h fnmatch.h fsusage.h \
get-date.h getline.h getopt.h group-member.h human.h long-options.h \
getdate.h getline.h getopt.h group-member.h human.h long-options.h \
makepath.h modechange.h mountlist.h hash.h path-concat.h pathmax.h \
quotearg.h save-cwd.h savedir.h strverscmp.h xalloc.h xstrtol.h xstrtoul.h

View File

@@ -439,7 +439,7 @@ o_merid : /* NULL */
/* Include this file down here because bison inserts code above which
may define-away `const'. We want the prototype for get_date to have
the same signature as the function definition does. */
#include "get-date.h"
#include "getdate.h"
extern struct tm *gmtime ();
extern struct tm *localtime ();