olsrd: fix compile error on some systems (e.g. Mac OS X "Snow Leopard")
git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/olsrd@17636 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5ab7c21e77
commit
a042a47e8c
1 changed files with 10 additions and 0 deletions
10
patches/160-compile_fix.patch
Normal file
10
patches/160-compile_fix.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/src/cfgparser/oscan.lex
|
||||
+++ b/src/cfgparser/oscan.lex
|
||||
@@ -59,7 +59,6 @@
|
||||
int yyget_lineno(void);
|
||||
FILE * yyget_in(void);
|
||||
FILE* yyget_out(void);
|
||||
-int yyget_leng(void);
|
||||
char *yyget_text(void);
|
||||
void yyset_lineno(int);
|
||||
void yyset_in(FILE *);
|
Loading…
Reference in a new issue