X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/b30f3843b93c11e897e6d8888a91abf709a716ae..HEAD:/print-ppi.c diff --git a/print-ppi.c b/print-ppi.c index 8534b00c..0795f276 100644 --- a/print-ppi.c +++ b/print-ppi.c @@ -9,9 +9,7 @@ * https://web.archive.org/web/20160328114748/http://www.cacetech.com/documents/PPI%20Header%20format%201.0.7.pdf */ -#ifdef HAVE_CONFIG_H #include -#endif #include "netdissect-stdinc.h" @@ -127,6 +125,5 @@ ppi_if_print(netdissect_options *ndo, hdrlen = 0; } ndo->ndo_ll_hdr_len += len + hdrlen; - return; } #endif /* DLT_PPI */