ongrep

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

commit 72f34727e53127cfe1116d1462cba45d674ea460
parent 5826c1c6e86a32a3c3a9c6c89fa117297d569dce
Author: Jordan Ritter <jpr5@darkridge.com>
Date:   Thu, 23 Oct 2003 13:51:06 +0000

fix for subtle change in behaviour when detecting which udphdr struct
definition to use.  gentoo bug 31307
(http://bugs.gentoo.org/show_bug.cgi?id=31307)

Diffstat:
Mconfigure.in | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/configure.in b/configure.in @@ -188,6 +188,8 @@ case "$target_os" in #define _BSD_SOURCE 1 #endif +#undef _GNU_SOURCE + #include <netinet/udp.h> struct udphdr foo;