mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
686 B

  1. --- ./configure.orig 2004-09-07 15:06:21.021177544 +0200
  2. +++ ./configure 2004-09-07 15:07:22.693801880 +0200
  3. @@ -3272,8 +3272,7 @@
  4. pcap_dir=""
  5. for dir in $PCAP_DIR ; do
  6. - if test -d $dir -a -r "$dir/pcap.h" -a \
  7. - -r "$dir/net/bpf.h" ; then
  8. + if test -d $dir -a -r "$dir/pcap.h" ; then
  9. if test -n "$pcap_dir" -a "$pcap_dir" != "$dir"; then
  10. echo
  11. echo; echo more than one set found in:
  12. --- ./ngrep.c.orig 2004-09-07 15:08:07.421002312 +0200
  13. +++ ./ngrep.c 2004-09-07 15:08:14.248964304 +0200
  14. @@ -55,7 +55,6 @@
  15. #include <netinet/ip_icmp.h>
  16. #include <pcap.h>
  17. -#include <net/bpf.h>
  18. #include <stdlib.h>
  19. #include <string.h>