14 lines
318 B
Text
14 lines
318 B
Text
$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"
|