diff options
| author | Michael Forney <mforney@mforney.org> | 2024-03-16 00:17:10 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2024-03-17 00:27:08 -0700 |
| commit | b2f81fb67cfd273ed556da99d8489dfd4fe1e9c0 (patch) | |
| tree | 90b10ad0a3af33474c9fbfa55bde6fe061f1055f /pkg/iproute2/patch/0019-Include-linux-ax25.h-header.patch | |
| parent | 0abe55ca58448382acd9de91e2474d9735d3b72f (diff) | |
iproute2: Update to 6.8.0
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.patch | 26 |
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 - |
