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 | 8 |
1 files changed, 4 insertions, 4 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 a2c6f69d..9f071fb3 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,4 +1,4 @@ -From 14b52959359f69bc5806bbd8d8c44f72d912aa1a Mon Sep 17 00:00:00 2001 +From 79aac49a3d3953b6e62b477bd488c3b7237a5aee 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 @@ -8,10 +8,10 @@ Subject: [PATCH] Don't return expression in void function 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/defs.h b/src/defs.h -index 846a7ae5a..d6b54a633 100644 +index 89ec13fc5..465d58139 100644 --- a/src/defs.h +++ b/src/defs.h -@@ -807,7 +807,7 @@ extern bool pathtrace_match_set(struct tcb *, struct path_set *, +@@ -824,7 +824,7 @@ extern bool pathtrace_match_set(struct tcb *, struct path_set *, static inline void pathtrace_select(const char *path) { @@ -21,5 +21,5 @@ index 846a7ae5a..d6b54a633 100644 static inline bool -- -2.37.3 +2.44.0 |
