summaryrefslogtreecommitdiff
path: root/time/plan/patches/patch-ah
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-08-08 21:07:48 +0000
committerjoerg <joerg@pkgsrc.org>2007-08-08 21:07:48 +0000
commit5d0ad11ea1b5c11d571148b57df529c4cb17543a (patch)
tree62065983b7eb6ef6df4541ed68866e7cb0df162b /time/plan/patches/patch-ah
parent27ea3183bc7b1c19de97fa5bdccb857b3618e34d (diff)
downloadpkgsrc-5d0ad11ea1b5c11d571148b57df529c4cb17543a.tar.gz
Don't use malloc.h.
Diffstat (limited to 'time/plan/patches/patch-ah')
-rw-r--r--time/plan/patches/patch-ah14
1 files changed, 14 insertions, 0 deletions
diff --git a/time/plan/patches/patch-ah b/time/plan/patches/patch-ah
new file mode 100644
index 00000000000..5728ccc5dd8
--- /dev/null
+++ b/time/plan/patches/patch-ah
@@ -0,0 +1,14 @@
+$NetBSD: patch-ah,v 1.3 2007/08/08 21:07:49 joerg Exp $
+
+--- yovcalc.c.orig 2007-08-08 20:40:01.000000000 +0000
++++ yovcalc.c
+@@ -8,9 +8,6 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
+-#if !defined NEWSOS4 && !defined STDLIBMALLOC
+-#include <malloc.h>
+-#endif
+ #include <time.h>
+ #include <Xm/Xm.h>
+ #include "cal.h"