]> git.proxmox.com Git - proxmox-backup-restore-image.git/blob - src/patches/kernel/0002-FIXUP-syntax-error-in-Ubuntu-Sauce.patch
update/rework packaging and buildsys
[proxmox-backup-restore-image.git] / src / patches / kernel / 0002-FIXUP-syntax-error-in-Ubuntu-Sauce.patch
1 From 2c972569ef5b641846773bee3b3a0191ba66165e Mon Sep 17 00:00:00 2001
2 From: Stefan Reiter <s.reiter@proxmox.com>
3 Date: Tue, 16 Feb 2021 17:14:41 +0100
4 Subject: [PATCH] FIXUP: syntax error in Ubuntu Sauce
5
6 Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
7 ---
8 include/linux/audit.h | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 diff --git a/include/linux/audit.h b/include/linux/audit.h
12 index 55cc03c1bed8..8f84c9503827 100644
13 --- a/include/linux/audit.h
14 +++ b/include/linux/audit.h
15 @@ -253,7 +253,7 @@ static inline void audit_log_path_denied(int type, const char *operation)
16 static inline void audit_log_lsm(struct lsmblob *blob, bool exiting)
17 { }
18 static inline int audit_log_task_context(struct audit_buffer *ab,
19 - struct lsmblob *blob);
20 + struct lsmblob *blob)
21 {
22 return 0;
23 }
24 --
25 2.20.1
26