From 6d70cfbbe051a29d5deb2123f2a85c4969071092 Mon Sep 17 00:00:00 2001 From: shadzik Date: Fri, 18 May 2007 12:08:48 +0000 Subject: [PATCH] - ugly hack to fix build with llh Changed files: iproute2-q_atm_c.patch -> 1.1 --- iproute2-q_atm_c.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 iproute2-q_atm_c.patch diff --git a/iproute2-q_atm_c.patch b/iproute2-q_atm_c.patch new file mode 100644 index 0000000..eda718b --- /dev/null +++ b/iproute2-q_atm_c.patch @@ -0,0 +1,16 @@ +--- tc/q_atm.c 2007-03-13 22:50:56.000000000 +0100 ++++ tc/q_atm.c-new 2007-05-18 14:04:30.317402219 +0200 +@@ -18,12 +18,11 @@ + #include + #include + #include +-#include + + #include "utils.h" + #include "tc_util.h" + +- ++#define ATMARP_MKIP _IO('a',ATMIOC_CLIP+2) + #define MAX_HDR_LEN 64 + + #define usage() return(-1) -- 2.44.0