]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/tc_core.c
lib: introduce print_nl
[mirror_iproute2.git] / tc / tc_core.c
index 194028ae09e2859c73c9f4c96758f84f7af138be..1bde4d51e5dc956f486c389ede1ddc122fd283f7 100644 (file)
@@ -12,8 +12,8 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <stdint.h>
 #include <unistd.h>
-#include <syslog.h>
 #include <fcntl.h>
 #include <math.h>
 #include <sys/socket.h>
@@ -145,7 +145,7 @@ int tc_calc_rtable(struct tc_ratespec *r, __u32 *rtab,
                rtab[i] = tc_calc_xmittime(bps, sz);
        }
 
-       r->cell_align =  -1; 
+       r->cell_align =  -1;
        r->cell_log = cell_log;
        r->linklayer = (linklayer & TC_LINKLAYER_MASK);
        return cell_log;