]> The Tcpdump Group git mirrors - tcpdump/commit
"print-sctp.c" doesn't have to include <net/if.h>, and, if it doesn't do
authorguy <guy>
Wed, 1 Aug 2001 03:31:55 +0000 (03:31 +0000)
committerguy <guy>
Wed, 1 Aug 2001 03:31:55 +0000 (03:31 +0000)
commita9f1b2876ebfa58310b4da584dae1ec5f9df131d
treee5464e902baf2f84121846bfa0d9c06e33c10800
parent1e53e21ca3593532ca364446ff5282e16301a2ae
"print-sctp.c" doesn't have to include <net/if.h>, and, if it doesn't do
so, it doesn't need to provide incomplete definitions of "struct mbuf"
or "struct rtentry", either.  If it *does* include <net/if.h>, it
appears to fail to compile on at least some versions of AIX; remove the
include and the incomplete definitions.
print-sctp.c