ports/net-mgmt/mrtg/files/patch-rateup.c
Dirk Meyer e25d62fc9b net-mgmt/mrtg: fix regression with gcc14 / clang16
- fix shebangfix

- use textproc/p5-Pod-Parser
Obtained from: NetBSD

- add ubiquiti to cfgmaker
- fix HC detection in cfgmaker
2024-10-18 16:24:47 +02:00

15 lines
378 B
C

--- src/rateup.c.orig 2022-01-19 10:25:16 UTC
+++ src/rateup.c
@@ -49,11 +49,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"