summaryrefslogtreecommitdiff
path: root/www/amaya/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'www/amaya/patches/patch-ah')
-rw-r--r--www/amaya/patches/patch-ah15
1 files changed, 0 insertions, 15 deletions
diff --git a/www/amaya/patches/patch-ah b/www/amaya/patches/patch-ah
deleted file mode 100644
index ed7f70eddf9..00000000000
--- a/www/amaya/patches/patch-ah
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ah,v 1.3 2005/07/12 14:34:22 adam Exp $
-
---- ../thotlib/presentation/presvariables.c.orig 2005-06-07 13:37:13.000000000 +0000
-+++ ../thotlib/presentation/presvariables.c
-@@ -1109,8 +1109,8 @@ ThotBool NewVariable (int varNum, PtrSSc
- {
- int f, l;
- int i;
-- long tod;
-- long *pt;
-+ time_t tod;
-+ time_t *pt;
- struct tm *ptm;
- PtrTextBuffer isOld, isNew;
- PtrAttribute pA;