summaryrefslogtreecommitdiff
path: root/net/tcpview/files/patch-print_tcp.c
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-02-14 21:02:51 -0800
committerCy Schubert <cy@FreeBSD.org>2023-02-15 08:55:01 -0800
commitb4c6b8717bcfc34a90c054805a98178b98878a3d (patch)
treef9b8e0fcd4095d8441217a37c84ee0c5975f18c9 /net/tcpview/files/patch-print_tcp.c
parentx11/xforward: Permanently fix LLVM15 build error (diff)
net/tcpview: Regenerate patches
Regenerate patches using makepatch.
Diffstat (limited to 'net/tcpview/files/patch-print_tcp.c')
-rw-r--r--net/tcpview/files/patch-print_tcp.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/net/tcpview/files/patch-print_tcp.c b/net/tcpview/files/patch-print_tcp.c
deleted file mode 100644
index 5460ad46c403..000000000000
--- a/net/tcpview/files/patch-print_tcp.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- print-tcp.c.orig Wed Jun 13 22:18:16 2007
-+++ print-tcp.c Wed Jun 13 22:18:32 2007
-@@ -410,6 +410,8 @@
-
- /* assemble a single bidirectional stream */
-
-+static int check_frags();
-+
- static void assemble( seq, len, data, syn, srcx )
- u_long seq, len, srcx;
- u_char *data;
-@@ -418,7 +420,6 @@
- int i,j,first=0;
- u_long newptr;
- struct tcp_frag *t;
-- static int check_frags();
-
- /* fprintf(stderr,"assemble seq=%d len=%d syn=%d src=%lx\n",seq,len,syn,srcx); */
- i = -1;