summaryrefslogtreecommitdiff
path: root/pkg/iproute2/patch/0019-Include-linux-ax25.h-header.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/iproute2/patch/0019-Include-linux-ax25.h-header.patch')
-rw-r--r--pkg/iproute2/patch/0019-Include-linux-ax25.h-header.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/pkg/iproute2/patch/0019-Include-linux-ax25.h-header.patch b/pkg/iproute2/patch/0019-Include-linux-ax25.h-header.patch
deleted file mode 100644
index 71aed48d..00000000
--- a/pkg/iproute2/patch/0019-Include-linux-ax25.h-header.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 81bd67e0e190b01266d12e98f4feb41766b7fcfb Mon Sep 17 00:00:00 2001
-From: Michael Forney <mforney@mforney.org>
-Date: Thu, 17 Feb 2022 23:07:55 -0800
-Subject: [PATCH] Include linux ax25.h header
-
-Fixes the build with musl libc.
----
- lib/ax25_ntop.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/ax25_ntop.c b/lib/ax25_ntop.c
-index cfd0e04b..3a72a43e 100644
---- a/lib/ax25_ntop.c
-+++ b/lib/ax25_ntop.c
-@@ -2,7 +2,7 @@
-
- #include <errno.h>
- #include <sys/socket.h>
--#include <netax25/ax25.h>
-+#include <linux/ax25.h>
-
- #include "utils.h"
-
---
-2.34.1
-