From: Jim Meyering Date: Sat, 14 Mar 1998 16:31:51 +0000 (+0000) Subject: s/get-date.h/getdate.h/ X-Git-Tag: FILEUTILS-3_16n~22 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=7024c7d55cd3aa93e318abb45255f25fe6274a96;p=thirdparty%2Fcoreutils.git s/get-date.h/getdate.h/ --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 14fb8795f8..42967326ed 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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 diff --git a/lib/getdate.y b/lib/getdate.y index 834aa9bdb5..df9614f1f0 100644 --- a/lib/getdate.y +++ b/lib/getdate.y @@ -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 ();