ongrep

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

commit 253b7a7a69ed1bb3df9e1ee6643bae561089cef8
parent 6dd7b5f76f31b1490f845ee326694a7e41dd2e53
Author: Jordan Ritter <jpr5@darkridge.com>
Date:   Thu, 19 Apr 2001 01:45:10 +0000

added includes for AIX (may not be complete, waiting for 1.39 results)

Diffstat:
Mngrep.c | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/ngrep.c b/ngrep.c @@ -27,6 +27,13 @@ #include <sys/mbuf.h> #endif +#if defined(AIX) +#include <sys/machine.h> +#include <sys/types.h> +#include <netinet/in.h> +#include <time.h> +#endif + #if defined(LINUX) #include <getopt.h> #include <arpa/inet.h>