summaryrefslogtreecommitdiff
path: root/pkg/strace/patch/0001-Don-t-return-expression-in-void-function.patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2022-02-18 01:57:12 -0800
committerMichael Forney <mforney@mforney.org>2022-02-18 02:58:00 -0800
commit131aab560632f3b8ce9fe1833050e6a31c9531fd (patch)
tree9e175d33deb055cde049b83c0f750758d03573ab /pkg/strace/patch/0001-Don-t-return-expression-in-void-function.patch
parentb30c6df557bdc5340f22bb9af03df52b3bd3d27f (diff)
strace: Update to 5.16
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.patch8
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 0e28dad4..41d00421 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 2d644a73ecf46c454a40a78c1db0ab4ec76760bf Mon Sep 17 00:00:00 2001
+From ea3a66eaff044dcdbf29062d771f931e0777430e 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 5c369eceb..bbc8aa38f 100644
+index b95f6bdd3..fd11d60c3 100644
--- a/src/defs.h
+++ b/src/defs.h
-@@ -726,7 +726,7 @@ extern bool pathtrace_match_set(struct tcb *, struct path_set *);
+@@ -784,7 +784,7 @@ extern bool pathtrace_match_set(struct tcb *, struct path_set *);
static inline void
pathtrace_select(const char *path)
{
@@ -21,5 +21,5 @@ index 5c369eceb..bbc8aa38f 100644
static inline bool
--
-2.31.1
+2.34.1