The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
10 lines
304 B
Diff
10 lines
304 B
Diff
--- a/src/dynamic-preprocessors/appid/service_plugins/service_rpc.c
|
|
+++ b/src/dynamic-preprocessors/appid/service_plugins/service_rpc.c
|
|
@@ -32,6 +32,7 @@
|
|
#include "flow.h"
|
|
#include "service_api.h"
|
|
|
|
+#include <tirpc/rpc/rpcent.h>
|
|
#if defined(FREEBSD) || defined(OPENBSD)
|
|
#include "rpc/rpc.h"
|
|
#endif
|