freebsd-ports/net/wmnetmon/files/patch-leds.c
John Marino 8f3687f167 net/wmnetmon: Expand patches fix malloc.h-less DF
While here, regenerate all the patches to put them in unified format.
Wow, that old diff format is unreadable.
2015-11-13 00:04:37 +00:00

10 lines
232 B
C

--- leds.c.orig 1999-07-26 16:23:23 UTC
+++ leds.c
@@ -1,5 +1,7 @@
#include <stdlib.h>
+#if ! (defined __FreeBSD__ || defined __DragonFly__)
#include <malloc.h>
+#endif
#include <X11/xpm.h>
#include <stdio.h>
#include "list.h"