fix compile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5733 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0211753aba
commit
799fa0de85
14
net/uob-nomad/patches/004-linux26_header_fix.patch
Normal file
14
net/uob-nomad/patches/004-linux26_header_fix.patch
Normal file
@ -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;
|
Loading…
x
Reference in New Issue
Block a user