summaryrefslogtreecommitdiff
path: root/net/mrtg/patches/patch-aa
blob: fe38aa794e07ded97d5e527261e4f778c0f5d867 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-aa,v 1.18 2007/08/08 20:22:16 joerg Exp $

--- src/rateup.c.orig	2007-08-08 20:01:48.000000000 +0000
+++ src/rateup.c
@@ -48,11 +48,6 @@
 #define GFORM_GD gdImagePng
 #endif
 
-/* BSD* does not have/need malloc.h */
-#if !defined(bsdi) && !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__APPLE__)
-#include <malloc.h>
-#endif
-
 /* MSVCRT.DLL does not know %ll in printf */
 #ifdef __MINGW32_VERSION
 #define LLD "%I64d"