summaryrefslogtreecommitdiff
path: root/math/sc/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'math/sc/patches/patch-ac')
-rw-r--r--math/sc/patches/patch-ac31
1 files changed, 0 insertions, 31 deletions
diff --git a/math/sc/patches/patch-ac b/math/sc/patches/patch-ac
deleted file mode 100644
index fbd1ebe6f76..00000000000
--- a/math/sc/patches/patch-ac
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2000/01/12 20:30:42 wiz Exp $
-
---- interp.c.orig Mon May 11 13:43:36 1992
-+++ interp.c Tue Apr 20 18:55:25 1999
-@@ -476,7 +476,7 @@
- dodts(mo, day, yr)
- int mo, day, yr;
- {
-- long trial;
-+ time_t trial;
- register struct tm *tp;
- register int i;
- register long jdate;
-@@ -551,15 +551,13 @@
- int which;
- double when;
- {
-- long time();
--
- static long t_cache;
- static struct tm tm_cache;
- struct tm *tp;
-- long tloc;
-+ time_t tloc;
-
- if (which == NOW)
-- return (double)time((long *)0);
-+ return (double)time(NULL);
-
- tloc = (long)when;
-