|
@@ -1,28 +0,0 @@
|
|
|
-From 27a01e622e1f26b3c60137c3123c0b667b3f6579 Mon Sep 17 00:00:00 2001
|
|
|
-From: Asaf Kahlon <asafka7@gmail.com>
|
|
|
-Date: Mon, 22 Jun 2020 20:48:36 +0300
|
|
|
-Subject: [PATCH] direct.c: fix compilation with musl
|
|
|
-
|
|
|
-Upstream PR status:
|
|
|
-https://github.com/containers/fuse-overlayfs/pull/219
|
|
|
-
|
|
|
-Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
|
|
|
----
|
|
|
- direct.c | 1 +
|
|
|
- 1 file changed, 1 insertion(+)
|
|
|
-
|
|
|
-diff --git a/direct.c b/direct.c
|
|
|
-index 67bed20..39e5c8f 100644
|
|
|
---- a/direct.c
|
|
|
-+++ b/direct.c
|
|
|
-@@ -25,6 +25,7 @@
|
|
|
-
|
|
|
- #include "fuse-overlayfs.h"
|
|
|
-
|
|
|
-+#include "limits.h"
|
|
|
- #include <unistd.h>
|
|
|
- #include <fcntl.h>
|
|
|
- #include <errno.h>
|
|
|
---
|
|
|
-2.26.2
|
|
|
-
|