freebsd-ports/net/wmnetmon/files/patch-pinger.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

15 lines
308 B
C

*** pinger.c.orig Sun Apr 1 15:21:08 2001
--- pinger.c Sun Apr 1 15:21:22 2001
***************
*** 14,20 ****
--- 14,22 ----
#include <netdb.h>
#include <errno.h>
#include <stdlib.h>
+ #ifndef __FreeBSD__
#include <malloc.h>
+ #endif
#include <unistd.h>
#include "list.h"
#include "config.h"