From 3e94dbb52b0f3a289ea4457530370fff5a6fa1e8 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Tue, 22 Jun 1999 17:55:49 +0000 Subject: [PATCH] time(3) returns a time_t and not a long. --- news/rkive/files/patch-ac | 11 +++++++++++ news/rkive/files/patch-ad | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 news/rkive/files/patch-ac create mode 100644 news/rkive/files/patch-ad diff --git a/news/rkive/files/patch-ac b/news/rkive/files/patch-ac new file mode 100644 index 000000000000..952a8c0654b0 --- /dev/null +++ b/news/rkive/files/patch-ac @@ -0,0 +1,11 @@ +--- news_arc.c.orig Sun Jun 20 13:06:45 1999 ++++ news_arc.c Sun Jun 20 13:07:05 1999 +@@ -855,7 +855,7 @@ + int seqnum; + int zfill; + { +- long time(); ++ time_t time(); + struct tm *localtime(); + + long clk; diff --git a/news/rkive/files/patch-ad b/news/rkive/files/patch-ad new file mode 100644 index 000000000000..c80a79bae347 --- /dev/null +++ b/news/rkive/files/patch-ad @@ -0,0 +1,11 @@ +--- rkive.c.orig Sun Jun 20 13:07:44 1999 ++++ rkive.c Sun Jun 20 13:08:02 1999 +@@ -700,7 +700,7 @@ + struct group_archive *ng; + { + long clock; +- long time(); ++ time_t time(); + char *ctime(); + + char logbuf[BUFSIZ];