From db5f3a3f6e35aff29a0100a3250a11c883ccef41 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 20 Sep 2009 12:32:33 +0000 Subject: [PATCH] olsrd: fix compile error on some systems (e.g. Mac OS X "Snow Leopard") SVN-Revision: 17636 --- net/olsrd/patches/160-compile_fix.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net/olsrd/patches/160-compile_fix.patch diff --git a/net/olsrd/patches/160-compile_fix.patch b/net/olsrd/patches/160-compile_fix.patch new file mode 100644 index 0000000000..fb534f651a --- /dev/null +++ b/net/olsrd/patches/160-compile_fix.patch @@ -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 *); -- 2.30.2