canutils: update to 2020.11.0

Renamed j* tools to their new versions.

Remove upstreamed patches.

Add missing time.h header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2020-11-17 22:05:24 -08:00
parent bc5d02e242
commit 66191f481e
4 changed files with 14 additions and 121 deletions
+10
View File
@@ -0,0 +1,10 @@
--- a/j1939cat.c
+++ b/j1939cat.c
@@ -13,6 +13,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include <unistd.h>
#include <linux/errqueue.h>