mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-apps/firejail: Add missing patch for 0.9.38.2
Package-Manager: portage-2.3.0
This commit is contained in:
27
sys-apps/firejail/files/firejail-0.9.38.2-sysmacros.patch
Normal file
27
sys-apps/firejail/files/firejail-0.9.38.2-sysmacros.patch
Normal file
@@ -0,0 +1,27 @@
|
||||
From c15fc4754a05cc2b2aec4ca75f87bf3d61578843 Mon Sep 17 00:00:00 2001
|
||||
From: Mike Frysinger <vapier@gentoo.org>
|
||||
Date: Wed, 20 Apr 2016 00:14:21 -0400
|
||||
Subject: [PATCH] include sys/sysmacros.h for major/minor/makedev
|
||||
|
||||
These funcs have been defined in sys/sysmacros.h forever, and Linux C
|
||||
libs are moving away from implicitly including it. Update the files
|
||||
to include it explicitly.
|
||||
---
|
||||
src/firejail/fs_dev.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/firejail/fs_dev.c b/src/firejail/fs_dev.c
|
||||
index 97ee9de..2f66980 100644
|
||||
--- a/src/firejail/fs_dev.c
|
||||
+++ b/src/firejail/fs_dev.c
|
||||
@@ -28,6 +28,7 @@
|
||||
#ifndef _BSD_SOURCE
|
||||
#define _BSD_SOURCE
|
||||
#endif
|
||||
+#include <sys/sysmacros.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
static void create_char_dev(const char *path, mode_t mode, int major, int minor) {
|
||||
--
|
||||
2.7.4
|
||||
|
||||
Reference in New Issue
Block a user