Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 32061 | Differences between
and this patch

Collapse All | Expand All

(-)tcpdump-3.7.2/print-sctp.c.orig (-1 / +1 lines)
Lines 45-57 Link Here
45
#include <sys/param.h>
45
#include <sys/param.h>
46
#include <sys/time.h>
46
#include <sys/time.h>
47
#include <sys/socket.h>
47
#include <sys/socket.h>
48
#include <netinet/in.h>
48
49
49
#include <unistd.h>
50
#include <unistd.h>
50
#include "sctpHeader.h"
51
#include "sctpHeader.h"
51
#include "sctpConstants.h"
52
#include "sctpConstants.h"
52
#include <assert.h>
53
#include <assert.h>
53
54
54
#include <netinet/in.h>
55
55
56
#include <stdio.h>
56
#include <stdio.h>
57
#include <string.h>
57
#include <string.h>

Return to bug 32061