]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ppp.c
Refine INSTALL.txt. [skip ci]
[tcpdump] / print-ppp.c
index fe0362473c5acc0b7f467002723c6907e1ebd0a8..baeb4f00494aa4e6ddb8cee35f924b7a6f1b6363 100644 (file)
@@ -42,8 +42,6 @@
 #include <net/if_ppp.h>
 #endif
 
-#include <stdlib.h>
-
 #include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"
@@ -1379,7 +1377,7 @@ ppp_hdlc(netdissect_options *ndo,
 
        /*
         * Unescape all the data into a temporary, private, buffer.
-        * Do this so that we dont overwrite the original packet
+        * Do this so that we don't overwrite the original packet
         * contents.
         */
        for (s = p, t = b, i = caplen; i != 0; i--) {