aboutsummaryrefslogtreecommitdiffstats
path: root/testing/audit/0001-auditctl-include-headers-to-make-build-work-with-mus.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/audit/0001-auditctl-include-headers-to-make-build-work-with-mus.patch')
-rw-r--r--testing/audit/0001-auditctl-include-headers-to-make-build-work-with-mus.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/audit/0001-auditctl-include-headers-to-make-build-work-with-mus.patch b/testing/audit/0001-auditctl-include-headers-to-make-build-work-with-mus.patch
index 8747c7d450..94614afce4 100644
--- a/testing/audit/0001-auditctl-include-headers-to-make-build-work-with-mus.patch
+++ b/testing/audit/0001-auditctl-include-headers-to-make-build-work-with-mus.patch
@@ -1,7 +1,7 @@
-From 12e2693a4868c7f925ad528bb1dafd15d80616bb Mon Sep 17 00:00:00 2001
+From 49ed6ac0e07bc30231ce53ca5a5e150fccd4d860 Mon Sep 17 00:00:00 2001
From: Tycho Andersen <tycho@docker.com>
Date: Mon, 13 Mar 2017 22:44:19 +0000
-Subject: [PATCH 1/3] auditctl: include headers to make build work with musl
+Subject: [PATCH 1/4] auditctl: include headers to make build work with musl
technically select is defined in sys/select.h, and `struct timeval`
requires sys/time.h
@@ -12,7 +12,7 @@ Signed-off-by: Tycho Andersen <tycho@docker.com>
1 file changed, 2 insertions(+)
diff --git a/src/auditctl.c b/src/auditctl.c
-index e112b16..11d2dc7 100644
+index 04765f4..07701f9 100644
--- a/src/auditctl.c
+++ b/src/auditctl.c
@@ -32,6 +32,8 @@
@@ -25,5 +25,5 @@ index e112b16..11d2dc7 100644
#include <errno.h>
#include <libgen.h> /* For basename */
--
-2.11.1
+2.13.1