diff options
Diffstat (limited to 'pkg/strace/patch/0001-Don-t-return-expression-in-void-function.patch')
| -rw-r--r-- | pkg/strace/patch/0001-Don-t-return-expression-in-void-function.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/pkg/strace/patch/0001-Don-t-return-expression-in-void-function.patch b/pkg/strace/patch/0001-Don-t-return-expression-in-void-function.patch index 5a4a9abc..00c56f2a 100644 --- a/pkg/strace/patch/0001-Don-t-return-expression-in-void-function.patch +++ b/pkg/strace/patch/0001-Don-t-return-expression-in-void-function.patch @@ -1,17 +1,17 @@ -From 5c0b5a421c4dd366e75945fbcba2591835d6e7ed Mon Sep 17 00:00:00 2001 +From 5df1446d7d0c88d93e063b17b6ec9b872d13f1f8 Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Fri, 5 Jul 2019 20:52:24 -0700 Subject: [PATCH] Don't return expression in void function --- - defs.h | 2 +- + src/defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/defs.h b/defs.h -index 7151e90c..656c04a5 100644 ---- a/defs.h -+++ b/defs.h -@@ -704,7 +704,7 @@ extern bool pathtrace_match_set(struct tcb *, struct path_set *); +diff --git a/src/defs.h b/src/defs.h +index 3475d36a2..518e57346 100644 +--- a/src/defs.h ++++ b/src/defs.h +@@ -722,7 +722,7 @@ extern bool pathtrace_match_set(struct tcb *, struct path_set *); static inline void pathtrace_select(const char *path) { @@ -21,5 +21,5 @@ index 7151e90c..656c04a5 100644 static inline bool -- -2.28.0 +2.30.0 |
