Date: Fri, 06 Nov 2020 08:28:54 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 217794] pcap-int.h of contrib/libpcap missing in /usr/include Message-ID: <bug-217794-227-c9zXPf1t84@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-217794-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217794 --- Comment #1 from Hans Petter Selasky <hselasky@FreeBSD.org> --- 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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217794-227-c9zXPf1t84>
