From 1936c43689e0259ba0ca114a355ea057a8938091 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Wed, 25 Nov 2020 14:58:28 +0100 Subject: [PATCH] pkg/ndn-riot: update kernel_pid_t location patch --- ...adapt-to-moved-kernel_pid_t-location.patch | 109 +++++++++++++++++- 1 file changed, 105 insertions(+), 4 deletions(-) diff --git a/pkg/ndn-riot/patches/0003-adapt-to-moved-kernel_pid_t-location.patch b/pkg/ndn-riot/patches/0003-adapt-to-moved-kernel_pid_t-location.patch index 76231a7648..1754bb5af4 100644 --- a/pkg/ndn-riot/patches/0003-adapt-to-moved-kernel_pid_t-location.patch +++ b/pkg/ndn-riot/patches/0003-adapt-to-moved-kernel_pid_t-location.patch @@ -1,13 +1,47 @@ -From 51d973f2a0a04a716af8260c62fb5045356a30a5 Mon Sep 17 00:00:00 2001 +From 17b6e4d2da20af995e914c8650ee825d052c5bc6 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Mon, 23 Nov 2020 12:44:54 +0100 Subject: [PATCH] adapt to moved kernel_pid_t location --- - face-table.h | 2 +- - ndn.h | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) + app.h | 2 +- + cs.h | 1 - + face-table.h | 2 +- + fib.h | 2 +- + forwarding-strategy.h | 2 +- + l2.h | 2 +- + ndn.h | 2 +- + netif.h | 2 +- + pit.h | 2 +- + 9 files changed, 8 insertions(+), 9 deletions(-) +diff --git a/app.h b/app.h +index 6428921acf..c357692a38 100644 +--- a/app.h ++++ b/app.h +@@ -23,9 +23,9 @@ + #include "encoding/name.h" + #include "forwarding-strategy.h" + +-#include + #include + #include ++#include "sched.h" + + #ifdef __cplusplus + extern "C" { +diff --git a/cs.h b/cs.h +index 36bf38d82a..01edf2bbc1 100644 +--- a/cs.h ++++ b/cs.h +@@ -22,7 +22,6 @@ + + #include "encoding/shared-block.h" + +-#include + //#include + + #ifdef __cplusplus diff --git a/face-table.h b/face-table.h index 28b44a5c02..fb0c39b083 100644 --- a/face-table.h @@ -19,6 +53,47 @@ index 28b44a5c02..fb0c39b083 100644 -#include +#include "sched.h" + #ifdef __cplusplus + extern "C" { +diff --git a/fib.h b/fib.h +index 8d5f01ab79..5e190d283a 100644 +--- a/fib.h ++++ b/fib.h +@@ -23,8 +23,8 @@ + #include "encoding/shared-block.h" + #include "face-table.h" + +-#include + #include ++#include "sched.h" + + #ifdef __cplusplus + extern "C" { +diff --git a/forwarding-strategy.h b/forwarding-strategy.h +index 43ad66c276..15fdc5b8c7 100644 +--- a/forwarding-strategy.h ++++ b/forwarding-strategy.h +@@ -22,7 +22,7 @@ + + #include "encoding/shared-block.h" + +-#include ++#include "sched.h" + + #ifdef __cplusplus + extern "C" { +diff --git a/l2.h b/l2.h +index 2dc1dad986..6322276f10 100644 +--- a/l2.h ++++ b/l2.h +@@ -22,8 +22,8 @@ + + #include "encoding/shared-block.h" + +-#include + #include ++#include "sched.h" + #ifdef __cplusplus extern "C" { diff --git a/ndn.h b/ndn.h @@ -34,6 +109,32 @@ index d8d148c7f7..47d2032301 100644 #ifdef __cplusplus extern "C" { +diff --git a/netif.h b/netif.h +index 2175858fbd..4cf3c9bd54 100644 +--- a/netif.h ++++ b/netif.h +@@ -20,7 +20,7 @@ + #ifndef NDN_NETIF_H_ + #define NDN_NETIF_H_ + +-#include ++#include "sched.h" + + #include "encoding/block.h" + +diff --git a/pit.h b/pit.h +index dbe433eeda..3384a4c887 100644 +--- a/pit.h ++++ b/pit.h +@@ -23,7 +23,7 @@ + #include "encoding/shared-block.h" + #include "face-table.h" + +-#include ++#include "sched.h" + #include + + #ifdef __cplusplus -- 2.29.2