]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/p_ip.c
tc: Remove pointless assignments in batch()
[mirror_iproute2.git] / tc / p_ip.c
index 0272a6eaaf48bd3132a69da6481714f736fd8583..e9fd6f834efcdd92f66cf47f2de60239eeafde2a 100644 (file)
--- a/tc/p_ip.c
+++ b/tc/p_ip.c
@@ -13,7 +13,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
-#include <syslog.h>
 #include <fcntl.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
@@ -52,7 +51,7 @@ parse_ip(int *argc_p, char ***argv_p,
        }
        /* jamal - look at these and make them either old or new
        ** scheme given diffserv
-       ** dont forget the CE bit
+       ** don't forget the CE bit
        */
        if (strcmp(*argv, "tos") == 0 || matches(*argv, "dsfield") == 0) {
                NEXT_ARG();