https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217794
--- Comment #1 from Hans Petter Selasky <[email protected]> --- Hi, Can you try this patch for /usr/src ? Need to run: make installincludes afterwards. --HPS diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile index bec64e0d0df..4d6c9d105e5 100644 --- a/lib/libpcap/Makefile +++ b/lib/libpcap/Makefile @@ -30,6 +30,7 @@ SRCS= bpf_dump.c \ # Old compatibility headers INCS= fmtutils.h \ pcap-bpf.h \ + pcap-int.h \ pcap-namedb.h \ pcap-netmap.h \ pcap.h -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
