summaryrefslogtreecommitdiff
path: root/lang/logo
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-08-08 03:10:50 +0000
committerSteve Price <steve@FreeBSD.org>2000-08-08 03:10:50 +0000
commitff722afe7ed61787a70a23db8e34601bbfa42b27 (patch)
tree24c21a93cc84ba43909121f6e4d68a047749e1eb /lang/logo
parentUse PERL_ARCH in pkg/PLIST so this port packages cleanly on the Alpha. (diff)
time(3) returns a time_t and not a long.
Notes
Notes: svn path=/head/; revision=31407
Diffstat (limited to 'lang/logo')
-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 000000000000..059185dc11d4
--- /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;
+