diff options
author | 2003-11-04 19:13:36 +0000 | |
---|---|---|
committer | 2003-11-04 19:13:36 +0000 | |
commit | e9e00225060b4e8e19f6d3d7eab689ad99b15d39 (patch) | |
tree | 24d5d4c5c6ea17fa92ddaf37fdf705bb3251853a /net-analyzer/tcpdump/files | |
parent | typo fixed (diff) | |
download | historical-e9e00225060b4e8e19f6d3d7eab689ad99b15d39.tar.gz historical-e9e00225060b4e8e19f6d3d7eab689ad99b15d39.tar.bz2 historical-e9e00225060b4e8e19f6d3d7eab689ad99b15d39.zip |
Added files/tcpdump-3.7.2-sctp.patch, fixing bug #25544
Diffstat (limited to 'net-analyzer/tcpdump/files')
-rw-r--r-- | net-analyzer/tcpdump/files/tcpdump-3.7.2-sctp.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-analyzer/tcpdump/files/tcpdump-3.7.2-sctp.patch b/net-analyzer/tcpdump/files/tcpdump-3.7.2-sctp.patch new file mode 100644 index 000000000000..8e7fb258eebf --- /dev/null +++ b/net-analyzer/tcpdump/files/tcpdump-3.7.2-sctp.patch @@ -0,0 +1,17 @@ +--- print-sctp.c.orig 2003-02-26 07:07:22.000000000 +0100 ++++ print-sctp.c 2003-07-30 02:03:56.775625176 +0200 +@@ -47,11 +47,13 @@ + #include <sys/socket.h> + + #include <unistd.h> ++ ++#include <netinet/in.h> ++ + #include "sctpHeader.h" + #include "sctpConstants.h" + #include <assert.h> + +-#include <netinet/in.h> + + #include <stdio.h> + #include <string.h> |