diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-15 23:13:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-15 23:13:46 +0000 |
commit | 06a66651cdfa6a63170a2a5e965d6b7851452d25 (patch) | |
tree | a702ab64f71d11ca1955e90629bc9f8718a616cb /net | |
parent | Remarked as broken since it doesn't install. (diff) |
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')
-rw-r--r-- | net/sniffit/files/patch-sn_structs.h | 11 |
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) */ |