Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
[firefly-linux-kernel-4.4.55.git] / tools / net / bpf_jit_disasm.c
index 2cd3d4c997383af3fde9ed090eb5d9ab32a7e467..5b32413409459ce165e2f56990dbc0f52aa8bd31 100644 (file)
@@ -156,8 +156,8 @@ static void put_log_buff(char *buff)
        free(buff);
 }
 
-static int get_last_jit_image(char *haystack, size_t hlen,
-                             uint8_t *image, size_t ilen)
+static unsigned int get_last_jit_image(char *haystack, size_t hlen,
+                                      uint8_t *image, size_t ilen)
 {
        char *ptr, *pptr, *tmp;
        off_t off = 0;