From 822271476a49c6f39625b8f6be125c0b33b0aae0 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 8 Dec 2006 23:30:45 +0000 Subject: [PATCH] fix compile SVN-Revision: 5733 --- net/uob-nomad/patches/004-linux26_header_fix.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 net/uob-nomad/patches/004-linux26_header_fix.patch diff --git a/net/uob-nomad/patches/004-linux26_header_fix.patch b/net/uob-nomad/patches/004-linux26_header_fix.patch new file mode 100644 index 0000000000..98a1791cc3 --- /dev/null +++ b/net/uob-nomad/patches/004-linux26_header_fix.patch @@ -0,0 +1,14 @@ +diff -ur nomad.old/Client/net-tools/lib/x25_sr.c nomad.dev/Client/net-tools/lib/x25_sr.c +--- nomad.old/Client/net-tools/lib/x25_sr.c 2003-09-05 10:21:52.000000000 +0200 ++++ nomad.dev/Client/net-tools/lib/x25_sr.c 2006-12-09 00:19:50.036574096 +0100 +@@ -41,6 +41,10 @@ + + #include "net-features.h" + ++#ifdef X25_MASK_CALLING_AE ++typedef struct x25_address x25_address; ++#endif ++ + extern struct aftype x25_aftype; + + static int skfd = -1; -- 2.30.2