ongrep

A cleaned up fork of ngrep for OpenBSD
git clone git://git.sgregoratto.me/ongrep
Log | Files | Refs | README | LICENSE

commit e45ef22499a35e342f93399b9dff250c6f25799e
parent 2d4864681de51b41144da07e584175bbb2486fba
Author: Jordan Ritter <jpr5@darkridge.com>
Date:   Mon, 31 Dec 2001 22:11:00 +0000

MacOS X compile support

Diffstat:
Mngrep.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ngrep.c b/ngrep.c @@ -7,7 +7,7 @@ * */ -#if defined(BSD) || defined(SOLARIS) +#if defined(BSD) || defined(SOLARIS) || defined(MACOSX) #include <unistd.h> #include <ctype.h> #include <sys/types.h>