summaryrefslogtreecommitdiff
path: root/system/iproute2/fix-uapi-garbage.patch
blob: 9f899ebb09e5cb50b179902998175e16ea2cbeef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- 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)