summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-01-12 20:30:42 +0000
committerwiz <wiz@pkgsrc.org>2000-01-12 20:30:42 +0000
commit5ceb0072575f2dc3bfb0472c581fbe2aa14dbf5e (patch)
treec649135a5a1f06f2935a4b6326808b5a459d49f5 /misc
parent4046be1a951f08aa6ebe61cc01942eca4e2a6d46 (diff)
downloadpkgsrc-5ceb0072575f2dc3bfb0472c581fbe2aa14dbf5e.tar.gz
Moved to math/sc/patches/patch-ac,v
Diffstat (limited to 'misc')
-rw-r--r--misc/sc/patches/patch-ac31
1 files changed, 0 insertions, 31 deletions
diff --git a/misc/sc/patches/patch-ac b/misc/sc/patches/patch-ac
deleted file mode 100644
index b41b36b1bf3..00000000000
--- a/misc/sc/patches/patch-ac
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: patch-ac,v 1.1 1999/06/21 15:05:25 sommerfeld 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;
-