ongrep

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

commit fc8caba9abf20dc12eb58aa244b52576748652cd
parent 55dd850c670ed6c70cb303274689cee704d72da8
Author: Jordan Ritter <jpr5@darkridge.com>
Date:   Tue,  8 May 2001 14:27:57 +0000

added #include <time.h> to LINUX includes; apparently glibc 2.2 has
removed or swithed around some of the indirect includes that were
present in 2.1.

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

diff --git a/ngrep.c b/ngrep.c @@ -31,6 +31,7 @@ #include <getopt.h> #include <arpa/inet.h> #include <ctype.h> +#include <time.h> #endif #if defined(AIX)