summaryrefslogtreecommitdiff
path: root/misc/astrolog/patches/patch-ac
blob: aabe01eb7048e967b4083ffd443b03bdfff333f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ac,v 1.1 2004/05/23 23:28:29 danw Exp $

--- placalc.h.orig	Wed Dec 23 23:29:09 1998
+++ placalc.h
@@ -121,11 +121,6 @@ auto-dectection of MSDOS (TURBO_C or MS_
 #define UCHAR unsigned char
 
 #if HPUNIX
-#ifndef MAC
-#ifndef NeXT
-#include <malloc.h>
-#endif
-#endif /* MAC */
 typedef double  REAL8;  /* real with at least 64 bit precision */
 typedef float   REAL4;  /* real with at least 32 bit precision */
 typedef long    INT4;   /* signed integer with at least 32 bit precision */