diff options
Diffstat (limited to 'networking/tc.c')
-rw-r--r-- | networking/tc.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/networking/tc.c b/networking/tc.c index 3e9808328..2e1078d31 100644 --- a/networking/tc.c +++ b/networking/tc.c | |||
@@ -124,7 +124,8 @@ static char* print_tc_classid(uint32_t cid) | |||
124 | } | 124 | } |
125 | 125 | ||
126 | /* Get a qdisc handle. Return 0 on success, !0 otherwise. */ | 126 | /* Get a qdisc handle. Return 0 on success, !0 otherwise. */ |
127 | static int get_qdisc_handle(uint32_t *h, const char *str) { | 127 | static int get_qdisc_handle(uint32_t *h, const char *str) |
128 | { | ||
128 | uint32_t maj; | 129 | uint32_t maj; |
129 | char *p; | 130 | char *p; |
130 | 131 | ||
@@ -143,7 +144,8 @@ static int get_qdisc_handle(uint32_t *h, const char *str) { | |||
143 | } | 144 | } |
144 | 145 | ||
145 | /* Get class ID. Return 0 on success, !0 otherwise. */ | 146 | /* Get class ID. Return 0 on success, !0 otherwise. */ |
146 | static int get_tc_classid(uint32_t *h, const char *str) { | 147 | static int get_tc_classid(uint32_t *h, const char *str) |
148 | { | ||
147 | uint32_t maj, min; | 149 | uint32_t maj, min; |
148 | char *p; | 150 | char *p; |
149 | 151 | ||