aboutsummaryrefslogtreecommitdiff
path: root/net/sniffit
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-08-15 23:13:46 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-08-15 23:13:46 +0000
commit06a66651cdfa6a63170a2a5e965d6b7851452d25 (patch)
treea702ab64f71d11ca1955e90629bc9f8718a616cb /net/sniffit
parent40fd81b27ef12bb6039f1afe4e15b276445f22a2 (diff)
downloadports-06a66651cdfa6a63170a2a5e965d6b7851452d25.tar.gz
ports-06a66651cdfa6a63170a2a5e965d6b7851452d25.zip
make net/sniffit buildable again on sparc64 (and others maybe too)
noticed by: bento/kris
Notes
Notes: svn path=/head/; revision=87016
Diffstat (limited to 'net/sniffit')
-rw-r--r--net/sniffit/files/patch-sn_structs.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/sniffit/files/patch-sn_structs.h b/net/sniffit/files/patch-sn_structs.h
new file mode 100644
index 000000000000..6d0f47632a22
--- /dev/null
+++ b/net/sniffit/files/patch-sn_structs.h
@@ -0,0 +1,11 @@
+--- sn_structs.h.orig Sat Aug 16 09:12:03 2003
++++ sn_structs.h Sat Aug 16 09:12:17 2003
+@@ -67,7 +67,7 @@
+ struct snif_mask /* struct for mask */
+ {
+ _32_bit source_ip, destination_ip;
+- _32_bit short source_port, destination_port;
++ _32_bit source_port, destination_port;
+ };
+
+ /* (packet generation) */