aboutsummaryrefslogtreecommitdiffstats
path: root/community/iwd/ell-dhcp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/iwd/ell-dhcp.patch')
-rw-r--r--community/iwd/ell-dhcp.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/community/iwd/ell-dhcp.patch b/community/iwd/ell-dhcp.patch
deleted file mode 100644
index df5888b9e0e..00000000000
--- a/community/iwd/ell-dhcp.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From: Érico Rolim <erico.erc(a)gmail.com>
-
----
-
-I would prefer adding `#include <linux/types>` directly in
-dhcp-private.h, but this patch follows the current style.
-
- ell/dhcp-server.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/ell/dhcp-server.c b/ell/dhcp-server.c
-index c983ed4..144e83e 100644
---- a/ell/dhcp-server.c
-+++ b/ell/dhcp-server.c
-@@ -24,6 +24,7 @@
- #include <config.h>
- #endif
-
-+#include <linux/types.h>
- #include <net/ethernet.h>
- #include <sys/socket.h>
- #include <arpa/inet.h>
---
-2.29.2