freebsd-ports/net/wmnetmon/files/patch-list.c
Will Andrews 45d7e712eb Add wmnetmon 0.2p5, a host availability monitor intended for the
WindowMaker dock.

PR:		26273
Submitted by:	Konstantinos Konstantinidis <kkonstan@daemon.gr>
2001-04-07 06:16:10 +00:00

13 lines
242 B
C

*** list.c.orig Sun Apr 1 15:19:28 2001
--- list.c Sun Apr 1 15:19:39 2001
***************
*** 1,6 ****
--- 1,8 ----
#include "list.h"
#include <stdlib.h>
+ #ifndef __FreeBSD__
#include <malloc.h>
+ #endif
#include <string.h>