summaryrefslogtreecommitdiffstats
path: root/lang/logo/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-08-08 03:10:50 +0000
committersteve <steve@FreeBSD.org>2000-08-08 03:10:50 +0000
commit2d5208b5d23526d9fa71a607decf69e63d16d742 (patch)
treefd4a051a3ccfd4f03f1d6346e44e149b7def98a7 /lang/logo/files
parent0b8a7c9b35faaa035f8a461421b240292668b7b7 (diff)
downloadFreeBSD-ports-2d5208b5d23526d9fa71a607decf69e63d16d742.zip
FreeBSD-ports-2d5208b5d23526d9fa71a607decf69e63d16d742.tar.gz
time(3) returns a time_t and not a long.
Diffstat (limited to 'lang/logo/files')
-rw-r--r--lang/logo/files/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/logo/files/patch-ad b/lang/logo/files/patch-ad
new file mode 100644
index 0000000..059185d
--- /dev/null
+++ b/lang/logo/files/patch-ad
@@ -0,0 +1,11 @@
+--- init.c.orig Sun Aug 6 21:20:35 2000
++++ init.c Sun Aug 6 21:20:50 2000
+@@ -363,7 +363,7 @@
+ }
+
+ void init(void) {
+- extern long time();
++ extern time_t time();
+ int i = 0;
+ NODE *proc = NIL, *pname = NIL, *cnd = NIL;
+
OpenPOWER on IntegriCloud