summaryrefslogtreecommitdiff
path: root/time/plan/patches/patch-ac
blob: ec888545a54369e1d0100ae908a6e97ca40ab09f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ac,v 1.3 2007/08/08 21:07:48 joerg Exp $

--- weekcalc.c.orig	2007-08-08 20:37:57.000000000 +0000
+++ weekcalc.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"