FreeBSD Bugzilla – Attachment 214510 Details for
Bug 243522
net/tcpslice needs updating
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
patch.txt (text/plain), 1.46 KB, created by
Craig Leres
on 2020-05-15 03:29:17 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Craig Leres
Created:
2020-05-15 03:29:17 UTC
Size:
1.46 KB
patch
obsolete
>Index: net/tcpslice/Makefile >=================================================================== >--- net/tcpslice/Makefile (revision 535223) >+++ net/tcpslice/Makefile (working copy) >@@ -15,6 +15,9 @@ > > GNU_CONFIGURE= yes > >+# Works better on 64-bit with pcap-int.h >+CPPFLAGS+= -I${SRC_BASE}/contrib/libpcap >+ > USE_GITHUB= yes > GH_ACCOUNT= the-tcpdump-group > GH_TAGNAME= 2837b72 >Index: net/tcpslice/files/patch-search.c >=================================================================== >--- net/tcpslice/files/patch-search.c (nonexistent) >+++ net/tcpslice/files/patch-search.c (working copy) >@@ -0,0 +1,24 @@ >+--- search.c.orig 2020-05-15 03:20:29 UTC >++++ search.c >+@@ -29,16 +29,17 @@ >+ >+ #include <sys/types.h> >+ >+-#include <pcap.h> >+-#ifdef HAVE_PCAP_INT_H >+-#include <pcap-int.h> /* because we are directly reading the file */ >+-#endif >+ #include <stdio.h> >+ #include <stdlib.h> >+ #include <string.h> >+ #include <time.h> >+ #include <unistd.h> >+ >++#include <pcap.h> >++#ifdef HAVE_PCAP_INT_H >++#include <pcap-int.h> /* because we are directly reading the file */ >++#endif >++ >+ #ifdef HAVE_OS_PROTO_H >+ #include "os-proto.h" >+ #endif > >Property changes on: net/tcpslice/files/patch-search.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 243522
:
214510
|
214535