mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
8f3687f167
While here, regenerate all the patches to put them in unified format. Wow, that old diff format is unreadable.
13 lines
278 B
C
13 lines
278 B
C
--- pinger.c.orig 2000-06-17 11:01:23 UTC
|
|
+++ pinger.c
|
|
@@ -14,7 +14,9 @@
|
|
#include <netdb.h>
|
|
#include <errno.h>
|
|
#include <stdlib.h>
|
|
+#if ! (defined __FreeBSD__ || defined __DragonFly__)
|
|
#include <malloc.h>
|
|
+#endif
|
|
#include <unistd.h>
|
|
#include "list.h"
|
|
#include "config.h"
|