fix compile
[openwrt/svn-archive/archive.git] / net / uob-nomad / patches / 004-linux26_header_fix.patch
1 diff -ur nomad.old/Client/net-tools/lib/x25_sr.c nomad.dev/Client/net-tools/lib/x25_sr.c
2 --- nomad.old/Client/net-tools/lib/x25_sr.c 2003-09-05 10:21:52.000000000 +0200
3 +++ nomad.dev/Client/net-tools/lib/x25_sr.c 2006-12-09 00:19:50.036574096 +0100
4 @@ -41,6 +41,10 @@
5
6 #include "net-features.h"
7
8 +#ifdef X25_MASK_CALLING_AE
9 +typedef struct x25_address x25_address;
10 +#endif
11 +
12 extern struct aftype x25_aftype;
13
14 static int skfd = -1;