diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-04-09 03:11:19 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-04-09 03:11:19 +0000 |
| commit | e13ceabf4d0c74d2a0b786ece8eb70ae2cae34bc (patch) | |
| tree | 8ad4ea494095e8e9e417c06fbd0b7b7b3747da0d /net/ngrep/files/patch-ngrep.c | |
| parent | unrar is an EXTRACT_DEPENDS, not BUILD_DEPENDS (diff) | |
swap net/bpf.h and pcap.h since it gives strange results when having the
net/libpcap installed.
Diffstat (limited to 'net/ngrep/files/patch-ngrep.c')
| -rw-r--r-- | net/ngrep/files/patch-ngrep.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/ngrep/files/patch-ngrep.c b/net/ngrep/files/patch-ngrep.c new file mode 100644 index 000000000000..6d6c5d2290db --- /dev/null +++ b/net/ngrep/files/patch-ngrep.c @@ -0,0 +1,12 @@ +--- ngrep.c.orig Fri Apr 9 13:09:16 2004 ++++ ngrep.c Fri Apr 9 13:09:22 2004 +@@ -54,8 +54,8 @@ + #include <netinet/udp.h> + #include <netinet/ip_icmp.h> + +-#include <pcap.h> + #include <net/bpf.h> ++#include <pcap.h> + + #include <stdlib.h> + #include <string.h> |
