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>2020-06-02 01:08:29 -0700
committerMichael Forney <mforney@mforney.org>2020-06-02 04:20:10 -0700
commitb21079f323caca81fd8245fbe396320f6d210780 (patch)
treeba1a57efb9d039f695c494b5af82cd6549c88096 /pkg/strace/patch/0001-Don-t-return-expression-in-void-function.patch
parent1bd3598ce4fd41e984649034df12e6828e1bed0c (diff)
strace: Update to 5.7
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 ffd0b7b6..809d1195 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 16cb24454fc4a2aa3971507c96a7c985fe39a041 Mon Sep 17 00:00:00 2001
+From 31b94597cb3fea4043007cc54103067d5053f15c 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/defs.h b/defs.h
-index 0968bc35..961b84fe 100644
+index 3aa07fb8..22fc852d 100644
--- a/defs.h
+++ b/defs.h
-@@ -676,7 +676,7 @@ extern bool pathtrace_match_set(struct tcb *, struct path_set *);
+@@ -679,7 +679,7 @@ extern bool pathtrace_match_set(struct tcb *, struct path_set *);
static inline void
pathtrace_select(const char *path)
{
@@ -21,5 +21,5 @@ index 0968bc35..961b84fe 100644
static inline bool
--
-2.26.0
+2.26.2