diff options
author | Dan Theisen <djt@hxx.in> | 2019-06-25 13:16:47 +0000 |
---|---|---|
committer | Dan Theisen <djt@hxx.in> | 2019-06-26 09:35:19 +0000 |
commit | ea5737fd8a4a1d28433513a6042d9bc5fa54669c (patch) | |
tree | f14e1bb63a73d56a97ca83f0137bae339c010d5a /system/iproute2/fix-uapi-garbage.patch | |
parent | db7b7fbe618713c18b1be974136d59e3d174abb5 (diff) | |
download | packages-ea5737fd8a4a1d28433513a6042d9bc5fa54669c.tar.gz packages-ea5737fd8a4a1d28433513a6042d9bc5fa54669c.tar.bz2 packages-ea5737fd8a4a1d28433513a6042d9bc5fa54669c.tar.xz packages-ea5737fd8a4a1d28433513a6042d9bc5fa54669c.zip |
system/iproute2: bump package to 5.1.0
Diffstat (limited to 'system/iproute2/fix-uapi-garbage.patch')
-rw-r--r-- | system/iproute2/fix-uapi-garbage.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/system/iproute2/fix-uapi-garbage.patch b/system/iproute2/fix-uapi-garbage.patch deleted file mode 100644 index 9f899ebb0..000000000 --- a/system/iproute2/fix-uapi-garbage.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- iproute2-4.17.0/rdma/rdma.h 2018-06-08 12:11:50.000000000 -0500
-+++ iproute2-4.17.0/rdma/rdma.h 2018-06-25 23:26:35.811455508 -0500
-@@ -16,15 +16,16 @@
- #include <errno.h>
- #include <getopt.h>
- #include <libmnl/libmnl.h>
--#include <rdma/rdma_netlink.h>
--#include <rdma/rdma_user_cm.h>
- #include <time.h>
--#include <net/if_arp.h>
-
- #include "list.h"
- #include "utils.h"
- #include "json_writer.h"
-
-+#include <rdma/rdma_netlink.h>
-+#include <rdma/rdma_user_cm.h>
-+#include <net/if_arp.h>
-+
- #define pr_err(args...) fprintf(stderr, ##args)
- #define pr_out(args...) fprintf(stdout, ##args)
-
|