14 lines
354 B
Plaintext
14 lines
354 B
Plaintext
$NetBSD: patch-ac,v 1.3 2006/03/14 02:36:12 joerg Exp $
|
|
|
|
--- ngrep.c.orig 2006-03-14 02:32:02.000000000 +0000
|
|
+++ ngrep.c
|
|
@@ -7,7 +7,7 @@
|
|
*
|
|
*/
|
|
|
|
-#if defined(BSD) || defined(SOLARIS) || defined(MACOSX)
|
|
+#if defined(BSD) || defined(SOLARIS) || defined(MACOSX) || defined(__DragonFly__)
|
|
#include <unistd.h>
|
|
#include <ctype.h>
|
|
#include <sys/types.h>
|