summaryrefslogtreecommitdiff
path: root/net/tcpview/files/patch-md-386.h
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-md-386.h
parentx11/xforward: Permanently fix LLVM15 build error (diff)
net/tcpview: Regenerate patches
Regenerate patches using makepatch.
Diffstat (limited to 'net/tcpview/files/patch-md-386.h')
-rw-r--r--net/tcpview/files/patch-md-386.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/tcpview/files/patch-md-386.h b/net/tcpview/files/patch-md-386.h
new file mode 100644
index 000000000000..4301ccd8d1f4
--- /dev/null
+++ b/net/tcpview/files/patch-md-386.h
@@ -0,0 +1,19 @@
+--- md-386.h.orig 2023-02-15 05:01:08 UTC
++++ md-386.h
+@@ -0,0 +1,16 @@
++#define TCPDUMP_ALIGN
++
++#include <machine/endian.h>
++
++/* 32-bit data types */
++/* N.B.: this doesn't address printf()'s %d vs. %ld formats */
++/*
++typedef long int32;
++*/
++/* signed 32-bit integer */
++#ifndef AUTH_UNIX
++/*
++typedef u_long u_int32;
++*/
++/* unsigned 32-bit integer */
++#endif