summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-22 17:55:49 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-22 17:55:49 +0000
commit3e94dbb52b0f3a289ea4457530370fff5a6fa1e8 (patch)
treee0a599644889818dc2f2a670a72ce1c51c74867e
parents/String/string/g so this builds again. (diff)
time(3) returns a time_t and not a long.
Notes
Notes: svn path=/head/; revision=19683
-rw-r--r--news/rkive/files/patch-ac11
-rw-r--r--news/rkive/files/patch-ad11
2 files changed, 22 insertions, 0 deletions
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];