aboutsummaryrefslogtreecommitdiffstats
path: root/community/usb-moded/0001-Add-missing-include-of-unistd.h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/usb-moded/0001-Add-missing-include-of-unistd.h.patch')
-rw-r--r--community/usb-moded/0001-Add-missing-include-of-unistd.h.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/community/usb-moded/0001-Add-missing-include-of-unistd.h.patch b/community/usb-moded/0001-Add-missing-include-of-unistd.h.patch
deleted file mode 100644
index 30b328697cb..00000000000
--- a/community/usb-moded/0001-Add-missing-include-of-unistd.h.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From aa7a29e439aca93dfbb7429dbd7ba5fe8de288ca Mon Sep 17 00:00:00 2001
-From: Bart Ribbers <bribbers@disroot.org>
-Date: Fri, 16 Apr 2021 18:33:44 +0200
-Subject: [PATCH] Add missing include of unistd.h
-
-This fixes building on at least Musl, where F_OK is undefined otherwise
----
- src/usb_moded.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/usb_moded.c b/src/usb_moded.c
-index e434581..d0b5820 100644
---- a/src/usb_moded.c
-+++ b/src/usb_moded.c
-@@ -61,6 +61,7 @@
- #endif
-
- #include <getopt.h>
-+#include <unistd.h>
-
- #ifdef SAILFISH_ACCESS_CONTROL
- # include <sailfishaccesscontrol.h>
---
-2.31.1
-